Пример #1
0
 public R_VAL DoByteCode(byte[] bytecode)
 {
     return(RubyDLL.mrb_load_irep(rb_state, bytecode));
 }