void post(ThreadContext context) {
   context.postMethodFrameAndScope();
 }
示例#2
0
 protected void post(Ruby runtime, ThreadContext context, String name) {
   context.postMethodFrameAndScope();
 }