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