diff options
Diffstat (limited to 'test/scanners/ruby/evil.expected.raydebug')
-rw-r--r-- | test/scanners/ruby/evil.expected.raydebug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scanners/ruby/evil.expected.raydebug b/test/scanners/ruby/evil.expected.raydebug index 439e04c..1ac138c 100644 --- a/test/scanners/ruby/evil.expected.raydebug +++ b/test/scanners/ruby/evil.expected.raydebug @@ -43,7 +43,7 @@ ident(p)operator(()pre_constant(false) operator(::) ident(to_s)operator(\)) reserved(class) class(C2) reserved(class) operator(<<)class(self) - reserved(def) pre_constant(self)operator(.)ident(p8)operator(;) ident(p) integer(8) reserved(end) + reserved(def) pre_constant(self)operator(.)method(p8)operator(;) ident(p) integer(8) reserved(end) reserved(alias) method(p?) method(p) reserved(alias) method(P?) method(p) reserved(alias) method([]) method(p) @@ -116,7 +116,7 @@ reserved(module) class(M33) reserved(def) ident(p)operator(.)ident(method_missing)operator(()ident(name)operator(,)operator(*)ident(args)operator(\)) pre_constant(self)operator(+)ident(name)operator(.)ident(to_s)operator(+)operator(()ident(args)operator(.)ident(join)string<delimiter(')content( )delimiter(')>operator(\)) reserved(end) - reserved(def) pre_constant(self)operator(.)ident(p)operator(()operator(*)ident(a)operator(\))operator(;) reserved(super)operator(;) constant(Q) reserved(end) + reserved(def) pre_constant(self)operator(.)method(p)operator(()operator(*)ident(a)operator(\))operator(;) reserved(super)operator(;) constant(Q) reserved(end) instance_variable(@a)operator(=)integer(1) global_variable($a)operator(=)integer(2) |