public class ThreeArgBlockOperandCallAdapter extends ClosureCallAdapter
callSite
Constructor and Description |
---|
ThreeArgBlockOperandCallAdapter(CallSite callSite,
Operand[] args,
Operand closure) |
Modifier and Type | Method and Description |
---|---|
Object |
call(ThreadContext context,
IRubyObject self,
IRubyObject receiver,
DynamicScope currDynScope,
Object[] temp) |
prepareBlock
getCallSite
public Object call(ThreadContext context, IRubyObject self, IRubyObject receiver, DynamicScope currDynScope, Object[] temp)
call
in class CallAdapter
Copyright © 2001-2015 JRuby. All Rights Reserved.