diff options
author | murphy <murphy@rubychan.de> | 2009-10-19 17:05:19 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-10-19 17:05:19 +0000 |
commit | 3a23d30cfd1ce226572c05cbf4e8f8043545b512 (patch) | |
tree | 9cba4147f7dc6d7cfd8859663dc1a6384cc88e1c /test/scanners/ruby/class.expected.raydebug | |
parent | 95d8e4299ee5c4f7227b367415eb301313f6cb83 (diff) | |
download | coderay-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/class.expected.raydebug')
-rw-r--r-- | test/scanners/ruby/class.expected.raydebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scanners/ruby/class.expected.raydebug b/test/scanners/ruby/class.expected.raydebug index 31bc313..efcdade 100644 --- a/test/scanners/ruby/class.expected.raydebug +++ b/test/scanners/ruby/class.expected.raydebug @@ -8,7 +8,7 @@ ident(include) constant(Test)operator(::)constant(Unit) reserved(class) class(CodeRaySuite) operator(<) constant(TestCase) - reserved(def) pre_constant(self)operator(.)ident(dir) operator(&)ident(block) + reserved(def) pre_constant(self)operator(.)method(dir) operator(&)ident(block) instance_variable(@dir) operator(||=) constant(File)operator(.)ident(dirname)operator(()instance_variable(@file)operator(\)) reserved(if) ident(block) constant(Dir)operator(.)ident(chdir) instance_variable(@dir)operator(,) operator(&)ident(block) |