class Cucumber::JsSupport::JsArg

Public Class Methods

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

Public Instance Methods

offset() click to toggle source
# File lib/cucumber/js_support/js_language.rb, line 100
def offset
end
val() click to toggle source
# File lib/cucumber/js_support/js_language.rb, line 96
def val
  @arg
end