aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-09 02:45:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-09 02:45:28 +0000
commit2aa6162795cce8ce95a1efdbba4bc845dc47e1dc (patch)
tree5b7cfb306c9f7134a7bdf72ed40e4d1af631e198 /lib/irb
parent7511fce2ab07ff4b3332b37ded4c503657534bf8 (diff)
downloadruby-2aa6162795cce8ce95a1efdbba4bc845dc47e1dc.tar.gz
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')
-rw-r--r--lib/irb/slex.rb2
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