Ejemplo n.º 1
0
 void post(ThreadContext context) {
   context.postMethodFrameAndScope();
 }
Ejemplo n.º 2
0
 protected void post(Ruby runtime, ThreadContext context, String name) {
   context.postMethodFrameAndScope();
 }