summaryrefslogtreecommitdiff
path: root/test/scanners/ruby/evil.expected.raydebug
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-10-19 17:05:19 +0000
committermurphy <murphy@rubychan.de>2009-10-19 17:05:19 +0000
commit3a23d30cfd1ce226572c05cbf4e8f8043545b512 (patch)
tree9cba4147f7dc6d7cfd8859663dc1a6384cc88e1c /test/scanners/ruby/evil.expected.raydebug
parent95d8e4299ee5c4f7227b367415eb301313f6cb83 (diff)
downloadcoderay-3a23d30cfd1ce226572c05cbf4e8f8043545b512.tar.gz
Updated Ruby scanner:
* cleanup (FIXMEs, dead code, comments) * improved value_expected detection using VALUE_EXPECTING_KEYWORDS * support for self.method style definitions
Diffstat (limited to 'test/scanners/ruby/evil.expected.raydebug')
-rw-r--r--test/scanners/ruby/evil.expected.raydebug4
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)