コード例 #1
0
 void post(ThreadContext context) {
   context.postMethodFrameAndScope();
 }
コード例 #2
0
ファイル: InterpretedMethod.java プロジェクト: jnraine/jruby
 protected void post(Ruby runtime, ThreadContext context, String name) {
   context.postMethodFrameAndScope();
 }