Just upgraded to use 2.0.1.0 to verify #38 but got
#<Duktape::ReferenceError: identifier '(function(opts, pluginOpts) {return eval(process' undefined>
The error is raised by line
# duktape_runtime.rb from execjs (2.7.0) gem
@ctx.call_prop(identifier.split("."), *args)
where identifier is
"(function(opts, pluginOpts) {return eval(process.apply(this, opts, pluginOpts));})"