Parent

Methods

Class/Module Index [+]

Quicksearch

Cucumber::StepArgument

Attributes

byte_offset[R]
val[R]

Public Class Methods

new(val, byte_offset) click to toggle source
# File lib/cucumber/step_argument.rb, line 5
def initialize(val, byte_offset)
  @val, @byte_offset = val, byte_offset
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.