module ExecJS

def eval(source, options = {})

def eval(source, options = {})
  runtime.eval(source, options)
end