Parent

Class Index [+]

Quicksearch

Cucumber::JsSupport::JsWorld

Public Class Methods

new() click to toggle source
    # File lib/cucumber/js_support/js_language.rb, line 19
19:       def initialize
20:         @world = V8::Context.new
21:       end

Public Instance Methods

execute(js_function, args=[]) click to toggle source
    # File lib/cucumber/js_support/js_language.rb, line 23
23:       def execute(js_function, args=[])
24:         js_function.call(*args)
25:       end
method_missing(method_name, *args) click to toggle source
    # 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.