summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-07 23:56:05 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-07 23:56:05 +0000
commit8c839e636490d9c75e059022d6855ccd886fe73f (patch)
treebd1788efbb085feef39d53593adf2f4f321c8bc2 /doc
parentbc6a4d52f553c35945c188598078c242fca16d77 (diff)
Bring forwardable 1.1 onto the ruby_1_6 branch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/forwardable.rd4
-rw-r--r--doc/forwardable.rd.jp2
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/forwardable.rd b/doc/forwardable.rd
index 7272c374b6..54a4d83de9 100644
--- a/doc/forwardable.rd
+++ b/doc/forwardable.rd
@@ -5,7 +5,7 @@
$Date$
Original version by Tosh
-=begin
+==begin
= Forwardable
@@ -81,4 +81,4 @@ Using through extending the object.
--- SingleForwardable#def_delegator(accessor, method, ali = method)
the alias of ((|SingleForwardable#def_instance_delegator|)).
-=end
+==end \ No newline at end of file
diff --git a/doc/forwardable.rd.jp b/doc/forwardable.rd.jp
index d928fddc5e..a7d2ca34c7 100644
--- a/doc/forwardable.rd.jp
+++ b/doc/forwardable.rd.jp
@@ -3,7 +3,6 @@
$Revision$
$Date$
-=begin
= Forwardable
クラスに対しメソッドの委譲機能を定義します.
@@ -78,4 +77,3 @@
--- SingleForwardable#def_delegator(accessor, method, ali = method)
((|SingleForwardable#def_singleton_delegator|))の別名です.
-=end