public class ThreeArgNoBlockConstantCallAdapter extends CallAdapter
callSite
Constructor and Description |
---|
ThreeArgNoBlockConstantCallAdapter(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) |
getCallSite
public java.lang.Object call(ThreadContext context, IRubyObject self, IRubyObject receiver, DynamicScope currDynScope, java.lang.Object[] temp)
call
in class CallAdapter
Copyright © 2002-2009 JRuby Team. All Rights Reserved.