From 2aa6162795cce8ce95a1efdbba4bc845dc47e1dc Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Jan 2017 02:45:28 +0000 Subject: 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 --- lib/irb/slex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irb') 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 -- cgit v1.2.3