aboutsummaryrefslogtreecommitdiffstats
path: root/doc/forwardable.rd.jp
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-07 23:52:57 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-07 23:52:57 +0000
commit6ea874604879ce674ac54fb519489d427e3749a2 (patch)
treed623dc64a5fa98a06a735e23afd868aa266414d4 /doc/forwardable.rd.jp
parent32d17e265c84973516d1717868806b324ba3052a (diff)
downloadruby-6ea874604879ce674ac54fb519489d427e3749a2.tar.gz
Hit `=begin' and `=end' in proper places so rd2 can format them
without a problem. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/forwardable.rd.jp')
-rw-r--r--doc/forwardable.rd.jp2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/forwardable.rd.jp b/doc/forwardable.rd.jp
index a7d2ca34c7..d928fddc5e 100644
--- a/doc/forwardable.rd.jp
+++ b/doc/forwardable.rd.jp
@@ -3,6 +3,7 @@
$Revision$
$Date$
+=begin
= Forwardable
クラスに対しメソッドの委譲機能を定義します.
@@ -77,3 +78,4 @@
--- SingleForwardable#def_delegator(accessor, method, ali = method)
((|SingleForwardable#def_singleton_delegator|))の別名です.
+=end