method
to_a
v1_9_3_125 -
Show latest stable
- Class:
RubyVM::InstructionSequence
to_a()public
No documentation available.
static VALUE
iseq_to_a(VALUE self)
{
rb_iseq_t *iseq = iseq_check(self);
rb_secure(1);
return iseq_data_to_ary(iseq);
}