7 lines
170 B
Ruby
7 lines
170 B
Ruby
|
module RubyVM::ZJIT
|
||
|
# Assert that any future ZJIT compilation will return a function pointer
|
||
|
def self.assert_compiles
|
||
|
Primitive.rb_zjit_assert_compiles
|
||
|
end
|
||
|
end
|