mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/ripper/lib/ripper.rb:
Match sample output to Ripper.sexp from current trunk version. [Bug #6929] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
523290ac13
commit
e4ac8fa282
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Sat Sep 22 07:15:00 2012 Zachary Scott <zzak@ruby-lang.org>
|
||||
|
||||
* 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@gmail.com>
|
||||
|
||||
* thread_pthread.c (native_cond_initialize): destroy condattr
|
||||
|
|
|
@ -25,7 +25,7 @@ require 'ripper/sexp'
|
|||
# [[: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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue