Class: Cucumber::JsSupport::JsArg

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/js_support/js_language.rb

Instance Method Summary collapse

Constructor Details

#initialize(arg) ⇒ JsArg

Returns a new instance of JsArg.



92
93
94
# File 'lib/cucumber/js_support/js_language.rb', line 92

def initialize(arg)
  @arg = arg
end

Instance Method Details

#offsetObject



100
101
# File 'lib/cucumber/js_support/js_language.rb', line 100

def offset
end

#valObject



96
97
98
# File 'lib/cucumber/js_support/js_language.rb', line 96

def val
  @arg
end