From 94df732f8b69356626130e0ec8b2dbc9340082ef Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 3 May 2001 08:56:49 +0000 Subject: Get rid of Japanese comments and fix English comments as appropriate. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/irb.rb') diff --git a/lib/irb.rb b/lib/irb.rb index bfeb3f8be7..2045ed3e09 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -44,7 +44,6 @@ module IRB end # initialize IRB and start TOP_LEVEL irb - # (JP: IRB初期化とトップレベルirb起動) def IRB.start(ap_path = nil) $0 = File::basename(ap_path, ".rb") if ap_path @@ -85,7 +84,6 @@ module IRB # # irb interpriter main routine - # (JP: irbインタプリタ本体) # class Irb def initialize(workspace = nil, input_method = nil) @@ -218,9 +216,9 @@ module IRB when :IN_LOAD IRB.irb_abort(self, LoadAbort) when :IN_IRB - # ignore (JP: 何もしない.) + # ignore else - # ignore (JP: その他の場合も何もしない.) + # ignore other cases as well end end -- cgit v1.2.3