Parent

Class/Module Index [+]

Quicksearch

Cucumber::JsSupport::JsArg

Public Class Methods

new(arg) click to toggle source
# File lib/cucumber/js_support/js_language.rb, line 91
def initialize(arg)
  @arg = arg
end

Public Instance Methods

byte_offset() click to toggle source
# File lib/cucumber/js_support/js_language.rb, line 99
def byte_offset
end
val() click to toggle source
# File lib/cucumber/js_support/js_language.rb, line 95
def val
  @arg
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.