We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Truffle::CExt
1 parent b53dc39 commit 8701c46Copy full SHA for 8701c46
lib/truffle/truffle/cext.rb
@@ -1755,7 +1755,7 @@ def rb_class_inherited_p(ruby_module, object)
1755
def rb_get_special_vars
1756
vars = Primitive.cext_special_variables_from_stack
1757
unless vars
1758
- vars = Truffle::ThreadOperations.ruby_caller_special_variables([Truffle::CExt, Truffle::Interop.singleton_class])
+ vars = Truffle::ThreadOperations.ruby_caller_special_variables([Truffle::CExt, Truffle::CExt.singleton_class, Truffle::Interop.singleton_class])
1759
end
1760
vars
1761
0 commit comments