1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

bad match.

This commit is contained in:
Charles Lowell 2012-06-08 08:32:30 -05:00
parent 77a2180dfa
commit 9b461020a5

View file

@ -29,7 +29,7 @@ module Autoscope
def low_level_c_spec?
return false unless described_class
return described_class.name =~ /^V8::C/
described_class.name =~ /^V8::C::/
end
def explicitly_defines_scope?