class Cucumber::JsSupport::JsWorld

def execute(js_function, args=[])

def execute(js_function, args=[])
  js_function.call(*args)
end