org.jruby.javasupport
Interface JavaEmbedUtils.EvalUnit

All Known Implementing Classes:
JavaEmbedUtils.InterpretedEvalUnit
Enclosing class:
JavaEmbedUtils

public static interface JavaEmbedUtils.EvalUnit

All implementers can be run and will return the last value in the evaluation unit.


Method Summary
 IRubyObject run()
           
 

Method Detail

run

IRubyObject run()
Returns:
results of executing this evaluation unit.


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