Class JRubyScriptInvocationHandler

java.lang.Object
de.gmorling.scriptabledataset.handlers.JRubyScriptInvocationHandler
All Implemented Interfaces:
ScriptInvocationHandler

public class JRubyScriptInvocationHandler extends Object implements ScriptInvocationHandler
A ScriptInvocationHandler for JRuby scripts. It adds some commonly used imports to the begin of each script and converts Objects returned by the scripting engine into types processable by DBUnit.