[前][次][番号順一覧][スレッド一覧]

ruby-changes:45219

From: nobu <ko1@a...>
Date: Mon, 9 Jan 2017 11:45:40 +0900 (JST)
Subject: [ruby-changes:45219] nobu:r57291 (trunk): slex.rb: japanese comment [ci skip]

nobu	2017-01-09 11:45:28 +0900 (Mon, 09 Jan 2017)

  New Revision: 57291

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57291

  Log:
    slex.rb: japanese comment [ci skip]
    
    * lib/irb/slex.rb (postproc): translated a japanese comment in
      ISO-2022-JP.  [ruby-core:79017] [Misc #13117]

  Modified files:
    trunk/lib/irb/slex.rb
Index: lib/irb/slex.rb
===================================================================
--- lib/irb/slex.rb	(revision 57290)
+++ lib/irb/slex.rb	(revision 57291)
@@ -53,7 +53,7 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/slex.rb#L53
       node.preproc=proc
     end
 
-    #要チェック?
+    # need a check?
     def postproc(token)
       node = search(token, proc)
       node.postproc=proc

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]