org.jruby.runtime
Interface CompiledBlockCallback

All Known Implementing Classes:
AbstractCompiledBlockCallback

public interface CompiledBlockCallback

Author:
headius

Method Summary
 IRubyObject call(ThreadContext context, IRubyObject self, IRubyObject args)
           
 

Method Detail

call

IRubyObject call(ThreadContext context,
                 IRubyObject self,
                 IRubyObject args)


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