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

ruby-changes:24956

From: zzak <ko1@a...>
Date: Sat, 22 Sep 2012 07:16:42 +0900 (JST)
Subject: [ruby-changes:24956] zzak:r37008 (trunk): * ext/ripper/lib/ripper.rb:

zzak	2012-09-22 07:15:21 +0900 (Sat, 22 Sep 2012)

  New Revision: 37008

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37008

  Log:
    * ext/ripper/lib/ripper.rb:
      Match sample output to Ripper.sexp from current trunk version.
      [Bug #6929]

  Modified files:
    trunk/ChangeLog
    trunk/ext/ripper/lib/ripper.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37007)
+++ ChangeLog	(revision 37008)
@@ -1,3 +1,9 @@
+Sat Sep 22 07:15:00 2012  Zachary Scott  <zzak@r...>
+
+	* ext/ripper/lib/ripper.rb:
+	  Match sample output to Ripper.sexp from current trunk version.
+	  [Bug #6929]
+
 Thu Sep 20 23:05:11 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* thread_pthread.c (native_cond_initialize): destroy condattr
Index: ext/ripper/lib/ripper.rb
===================================================================
--- ext/ripper/lib/ripper.rb	(revision 37007)
+++ ext/ripper/lib/ripper.rb	(revision 37008)
@@ -25,7 +25,7 @@
 #          [[:def,
 #            [:@ident, "hello", [1, 4]],
 #            [:paren,
-#             [:params, [[:@ident, "world", [1, 10]]], nil, nil, nil, nil]],
+#             [:params, [[:@ident, "world", [1, 10]]], nil, nil, nil, nil, nil, nil]],
 #            [:bodystmt,
 #             [[:string_literal,
 #               [:string_content,

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

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