diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-07 23:52:57 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-07 23:52:57 +0000 |
commit | 6ea874604879ce674ac54fb519489d427e3749a2 (patch) | |
tree | d623dc64a5fa98a06a735e23afd868aa266414d4 | |
parent | 32d17e265c84973516d1717868806b324ba3052a (diff) |
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
-rw-r--r-- | doc/forwardable.rd | 4 | ||||
-rw-r--r-- | doc/forwardable.rd.jp | 2 | ||||
-rw-r--r-- | doc/irb/irb-tools.rd.jp | 4 | ||||
-rw-r--r-- | doc/irb/irb.rd | 4 | ||||
-rw-r--r-- | doc/irb/irb.rd.jp | 4 |
5 files changed, 10 insertions, 8 deletions
diff --git a/doc/forwardable.rd b/doc/forwardable.rd index 54a4d83de9..7272c374b6 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
\ No newline at end of file +=end 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 diff --git a/doc/irb/irb-tools.rd.jp b/doc/irb/irb-tools.rd.jp index 9800d770d2..64d9ab29c8 100644 --- a/doc/irb/irb-tools.rd.jp +++ b/doc/irb/irb-tools.rd.jp @@ -4,7 +4,7 @@ irb��Ϣ���ޤ����ޥ�ɤȥ饤�֥�� $Date$ by Keiju ISHITSUKA(Nihon Rational Co.,Ltd.) -==begin +=begin :���ޥ��: * rtags -- ruby tags command @@ -172,7 +172,7 @@ irb�¹���� (TAB) ���ȥ���ץ졼����ޤ�. foo.extend foo.nil? foo.freeze foo.private_methods -==end +=end % Begin Emacs Environment % Local Variables: diff --git a/doc/irb/irb.rd b/doc/irb/irb.rd index 77b59639dd..528e5e17fb 100644 --- a/doc/irb/irb.rd +++ b/doc/irb/irb.rd @@ -5,7 +5,7 @@ irb -- interactive ruby by Keiju ISHITSUKA([email protected]) translate from japanese by gotoken-san -==begin +=begin = What is irb? irb stands for `interactive ruby'. irb is a tool to execute interactively @@ -365,7 +365,7 @@ Implementation of Here-document is incomplete. Irb can not always recognize a symbol as to be Symbol. Concretely, an expression have completed, however Irb regard it as continuation line. -==end +=end % Begin Emacs Environment % Local Variables: diff --git a/doc/irb/irb.rd.jp b/doc/irb/irb.rd.jp index a248e7bd5a..8b0de3cc62 100644 --- a/doc/irb/irb.rd.jp +++ b/doc/irb/irb.rd.jp @@ -3,7 +3,7 @@ irb -- interactive ruby $Revision$ $Date$ by Keiju ISHITSUKA([email protected]) -==begin +=begin = irb�Ȥ�? irb��interactive ruby��ά�Ǥ�. ruby�μ���ɸ�����Ϥ����ñ������/�¹Ԥ� @@ -378,7 +378,7 @@ ruby�Ǥ�, �ʲ��Υץ������ϥ��顼�ˤʤ�ޤ�. ����ܥ�Ǥ��뤫�ɤ�����Ƚ�Ǥ�ְ㤨�뤳�Ȥ�����ޤ�. ����Ū�ˤϼ�����λ ���Ƥ���Τ˷�³�Ԥȸ��ʤ����Ȥ�����ޤ�. -==end +=end % Begin Emacs Environment % Local Variables: |