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 /doc/irb | |
parent | 32d17e265c84973516d1717868806b324ba3052a (diff) | |
download | ruby-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/irb')
-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 |
3 files changed, 6 insertions, 6 deletions
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(keiju@ishitsuka.com) 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(keiju@ishitsuka.com) -==begin +=begin = irbとは? irbはinteractive rubyの略です. rubyの式を標準入力から簡単に入力/実行す @@ -378,7 +378,7 @@ rubyでは, 以下のプログラムはエラーになります. シンボルであるかどうかの判断を間違えることがあります. 具体的には式が完了 しているのに継続行と見なすことがあります. -==end +=end % Begin Emacs Environment % Local Variables: |