diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-09 02:45:28 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-09 02:45:28 +0000 |
commit | 474a730182d223dc9cb7c1c4ee9c33ef3790c44c (patch) | |
tree | 5b7cfb306c9f7134a7bdf72ed40e4d1af631e198 /lib/irb/slex.rb | |
parent | 6a680a5cb34f258ec59c52a240760299b14c0f0c (diff) |
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
Diffstat (limited to 'lib/irb/slex.rb')
-rw-r--r-- | lib/irb/slex.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/slex.rb b/lib/irb/slex.rb index 68174771a7..039b214a8d 100644 --- a/lib/irb/slex.rb +++ b/lib/irb/slex.rb @@ -53,7 +53,7 @@ module IRB node.preproc=proc end - #要チェック? + # need a check? def postproc(token) node = search(token, proc) node.postproc=proc |