diff options
Diffstat (limited to 'test/scanners/ruby/def.in.rb')
-rw-r--r-- | test/scanners/ruby/def.in.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/scanners/ruby/def.in.rb b/test/scanners/ruby/def.in.rb index 934dba1..b2cd085 100644 --- a/test/scanners/ruby/def.in.rb +++ b/test/scanners/ruby/def.in.rb @@ -27,7 +27,7 @@ def [];end def def;end def end?;end def a(*) end -def !; end # Ruby 1.9 +def !; end # Ruby 1.9.1 # singleton methods @@ -41,6 +41,9 @@ end def object.method end +def object.Method +end + def $~.method end |