Sha256: c716bac3a1cfd8e6976f85b5bc61814cd85d841a992666d1120a3cb48881ef63
Contents?: true
Size: 198 Bytes
Versions: 1
Compression:
Stored size: 198 Bytes
Contents
#include "rubyvm_frozencore.h" extern VALUE rb_cRubyVM; extern VALUE rb_mRubyVMFrozenCore; void Init_rubyvm_frozencore(void) { rb_define_const(rb_cRubyVM, "FrozenCore", rb_mRubyVMFrozenCore); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubyvm-frozencore-0.1.0 | ext/rubyvm_frozencore/rubyvm_frozencore.c |