summaryrefslogtreecommitdiff
path: root/test/scanners/ruby/def.expected.raydebug
diff options
context:
space:
mode:
Diffstat (limited to 'test/scanners/ruby/def.expected.raydebug')
-rw-r--r--test/scanners/ruby/def.expected.raydebug5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/scanners/ruby/def.expected.raydebug b/test/scanners/ruby/def.expected.raydebug
index 3438491..9d6ac01 100644
--- a/test/scanners/ruby/def.expected.raydebug
+++ b/test/scanners/ruby/def.expected.raydebug
@@ -32,7 +32,7 @@ reserved(def) method(!)operator(;) reserved(end) comment(# Ruby 1.9)
comment(# singleton methods)
-reserved(def) constant(Class)operator(.)ident(method)
+reserved(def) constant(Class)operator(.)method(method)
reserved(end)
reserved(def) pre_constant(self)operator(.)method(method)
@@ -41,6 +41,9 @@ reserved(end)
reserved(def) ident(object)operator(.)method(method)
reserved(end)
+reserved(def) ident(object)operator(.)method(Method)
+reserved(end)
+
reserved(def) global_variable($~)operator(.)method(method)
reserved(end)