diff options
Diffstat (limited to 'test/scanners/ruby/pleac.expected.raydebug')
-rw-r--r-- | test/scanners/ruby/pleac.expected.raydebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scanners/ruby/pleac.expected.raydebug b/test/scanners/ruby/pleac.expected.raydebug index b1e7762..0a9a6ac 100644 --- a/test/scanners/ruby/pleac.expected.raydebug +++ b/test/scanners/ruby/pleac.expected.raydebug @@ -4021,7 +4021,7 @@ comment(#=> bar) comment(# You can also take a reference to an existing method before) comment(# redefining a new one, using the `alias' keyword) reserved(def) method(foo)operator(;) ident(puts) string<delimiter(')content(foo)delimiter(')>operator(;) reserved(end) -reserved(alias) ident(foo_orig) ident(foo) +reserved(alias) method(foo_orig) method(foo) reserved(def) method(foo)operator(;) ident(puts) string<delimiter(')content(bar)delimiter(')>operator(;) reserved(end) ident(foo_orig) ident(foo) |