method
load
v2_2_9 -
Show latest stable
- Class:
RubyVM::InstructionSequence
load(p1, p2 = v2)public
No documentation available.
static VALUE
iseq_s_load(int argc, VALUE *argv, VALUE self)
{
VALUE data, opt=Qnil;
rb_scan_args(argc, argv, "11", &data, &opt);
return iseq_load(self, data, 0, opt);
}