Class JRubyEngine

java.lang.Object
org.jruby.embed.jsr223.JRubyEngine
All Implemented Interfaces:
AutoCloseable, Compilable, Invocable, ScriptEngine

public class JRubyEngine extends Object implements AutoCloseable, Compilable, Invocable, ScriptEngine
Implementation of javax.script.ScriptEngine/Compilable/Invocable.
Author:
Yoko Harada <[email protected]>