public class OneArgNoBlockOperandCallAdapter extends CallAdapter
callSite
Constructor and Description |
---|
OneArgNoBlockOperandCallAdapter(CallSite callSite,
Operand[] args) |
Modifier and Type | Method and Description |
---|---|
Object |
call(ThreadContext context,
IRubyObject self,
IRubyObject receiver,
DynamicScope currDynScope,
Object[] temp) |
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.