diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-09-21 22:15:21 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-09-21 22:15:21 +0000 |
commit | e4ac8fa28242b365cb81a95e7421806c350d1b65 (patch) | |
tree | 2648f3d62ce05fb0ad33990c4b9fa5eb858a3ac7 /ext | |
parent | 523290ac139d44aa57e57955bc4d3cd964848dcf (diff) | |
download | ruby-e4ac8fa28242b365cb81a95e7421806c350d1b65.tar.gz |
* 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
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ripper/lib/ripper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ripper/lib/ripper.rb b/ext/ripper/lib/ripper.rb index 96a181b9c6..542bd405d2 100644 --- a/ext/ripper/lib/ripper.rb +++ b/ext/ripper/lib/ripper.rb @@ -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, |