Object
# File lib/cucumber/js_support/js_language.rb, line 19 19: def initialize 20: @world = V8::Context.new 21: end
# File lib/cucumber/js_support/js_language.rb, line 23 23: def execute(js_function, args=[]) 24: js_function.call(*args) 25: end
# File lib/cucumber/js_support/js_language.rb, line 27 27: def method_missing(method_name, *args) 28: @world.send(method_name, *args) 29: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.