org.jruby.ast.executable
Interface Script


public interface Script


Method Summary
 IRubyObject run(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
           
 

Method Detail

run

IRubyObject run(ThreadContext context,
                IRubyObject self,
                IRubyObject[] args,
                Block block)


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