module ExecJS

def exec(source, options = {})

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