[DOC] Update documentation for ObjectSpace#each_object
[ruby.git] / zjit.rb
blobfd58c1c94a097a12d7d1512c091fb40f60683597
1 module RubyVM::ZJIT
2   # Assert that any future ZJIT compilation will return a function pointer
3   def self.assert_compiles
4     Primitive.rb_zjit_assert_compiles
5   end
6 end