diff options
author | murphy <murphy@rubychan.de> | 2005-10-29 06:05:51 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-10-29 06:05:51 +0000 |
commit | 457f919fe5ba7456f08fc493dc0ec70d2efbf4a3 (patch) | |
tree | 8dcd2a5ca1eb5fe1ab58dfe388ec5c08f8f9bf9d /test/ruby/class.out.raydebug | |
parent | e4c414691d42f374c1802e3ac9a34e43228284e8 (diff) | |
download | coderay-457f919fe5ba7456f08fc493dc0ec70d2efbf4a3.tar.gz |
scanners/ruby.rb: changed operator handling = fix and speedup.
Test fixtures adjusted.
Diffstat (limited to 'test/ruby/class.out.raydebug')
-rw-r--r-- | test/ruby/class.out.raydebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/class.out.raydebug b/test/ruby/class.out.raydebug index b9b57a7..0f79311 100644 --- a/test/ruby/class.out.raydebug +++ b/test/ruby/class.out.raydebug @@ -9,7 +9,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)
- instance_variable(@dir) operator(||)operator(=) constant(File)operator(.)ident(dirname)operator(()instance_variable(@file)operator(\))
+ 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)
reserved(end)
|