public class OneArgNoBlockOperandCallAdapter extends CallAdapter
| Modifier and Type | Field and Description |
|---|---|
private Operand |
arg1 |
callSite| Constructor and Description |
|---|
OneArgNoBlockOperandCallAdapter(CallSite callSite,
Operand[] args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call(ThreadContext context,
IRubyObject self,
IRubyObject receiver,
DynamicScope currDynScope,
java.lang.Object[] temp) |
getCallSiteprivate final Operand arg1
public java.lang.Object call(ThreadContext context, IRubyObject self, IRubyObject receiver, DynamicScope currDynScope, java.lang.Object[] temp)
call in class CallAdapter