Package org.jruby.javasupport
Interface JavaEmbedUtils.EvalUnit
- All Known Subinterfaces:
EmbedEvalUnit
- All Known Implementing Classes:
EmbedEvalUnitImpl
,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
-
Method Details
-
run
IRubyObject run()- Returns:
- results of executing this evaluation unit.
-