mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
f0448281f5
commit
94df732f8b
10 changed files with 13 additions and 33 deletions
|
@ -13,7 +13,7 @@ require "e2mmap"
|
|||
|
||||
module IRB
|
||||
|
||||
# exceptions (JP: $BNc30Dj5A(B)
|
||||
# exceptions
|
||||
extend Exception2MessageMapper
|
||||
def_exception :UnrecognizedSwitch, "Unrecognized switch: %s"
|
||||
def_exception :NotImplementError, "Need to define `%s'"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
require "e2mmap"
|
||||
|
||||
module IRB
|
||||
# exceptions (JP: $BNc30Dj5A(B)
|
||||
# exceptions
|
||||
extend Exception2MessageMapper
|
||||
def_exception :UnrecognizedSwitch, '$B%9%$%C%A(B(%s)$B$,J,$j$^$;$s(B'
|
||||
def_exception :NotImplementError, '`%s\'$B$NDj5A$,I,MW$G$9(B'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue