diff options
author | murphy <murphy@rubychan.de> | 2010-03-31 21:10:28 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-31 21:10:28 +0000 |
commit | 2b9c0a24b9935d372b9cc478349135e16ea5ad42 (patch) | |
tree | bfda721209a9ec6481c55f985100ceceae6219fd /test/scanners/ruby/jarh.expected.raydebug | |
parent | 7b8202cab68ab4cff7e6560295faf2a6d522f62e (diff) | |
download | coderay-2b9c0a24b9935d372b9cc478349135e16ea5ad42.tar.gz |
Improved Ruby scanner (see #147 and Changes.textile.)
Diffstat (limited to 'test/scanners/ruby/jarh.expected.raydebug')
-rw-r--r-- | test/scanners/ruby/jarh.expected.raydebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scanners/ruby/jarh.expected.raydebug b/test/scanners/ruby/jarh.expected.raydebug index 27938b2..014010b 100644 --- a/test/scanners/ruby/jarh.expected.raydebug +++ b/test/scanners/ruby/jarh.expected.raydebug @@ -197,7 +197,7 @@ ident(print) string<delimiter(')content(Just )delimiter(')> string<delimiter(')c ident(print) constant(File)operator(.)ident(dirname)operator(()string<delimiter(')content(Just another Ruby hacker,/Just another Ruby porter,)delimiter(')>operator(\)) -reserved(def) global_variable($_)operator(.)ident(singleton_method_added)operator(()operator(*)operator(\)) ident(print) string<delimiter(')content(Just another Ruby hacker,)delimiter(')> reserved(end) +reserved(def) global_variable($_)operator(.)method(singleton_method_added)operator(()operator(*)operator(\)) ident(print) string<delimiter(')content(Just another Ruby hacker,)delimiter(')> reserved(end) ident(print) operator([)string<delimiter(')content(Just another Ruby hacker,)delimiter(')>operator(])operator(.)ident(delete_at)operator(()integer(0)operator(\)) |