mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
slex.rb: japanese comment [ci skip]
* lib/irb/slex.rb (postproc): translated a japanese comment in ISO-2022-JP. [ruby-core:79017] [Misc #13117] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6a680a5cb3
commit
474a730182
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module IRB
|
|||
node.preproc=proc
|
||||
end
|
||||
|
||||
#$BMW%A%'%C%/(B?
|
||||
# need a check?
|
||||
def postproc(token)
|
||||
node = search(token, proc)
|
||||
node.postproc=proc
|
||||
|
|
Loading…
Reference in a new issue