org.jruby.runtime.callback
Interface Callback

All Known Implementing Classes:
FastInvocationCallback, InvocationCallback, ReflectionCallback

public interface Callback

Author:
jpetersen

Method Summary
 IRubyObject execute(IRubyObject recv, IRubyObject[] args, Block block)
           
 Arity getArity()
           
 

Method Detail

execute

IRubyObject execute(IRubyObject recv,
                    IRubyObject[] args,
                    Block block)

getArity

Arity getArity()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.