Ejemplo n.º 1
0
 public final IRubyObject invoke(Ruby runtime, Function function, HeapInvocationBuffer args) {
   return info.newStruct(runtime, invoker.invokeStruct(function, args), 0);
 }