aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-03 08:56:49 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-03 08:56:49 +0000
commit94df732f8b69356626130e0ec8b2dbc9340082ef (patch)
tree85810971ada432abc7901f914b75a7e1ad3d5a7a /lib/irb.rb
parentf0448281f577fa930c68fb900d30c20c78f75914 (diff)
downloadruby-94df732f8b69356626130e0ec8b2dbc9340082ef.tar.gz
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
Diffstat (limited to 'lib/irb.rb')
-rw-r--r--lib/irb.rb6
1 files changed, 2 insertions, 4 deletions
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