Parent

Gherkin::Parser::Parser::Machine::StateMachineReader

Attributes

rows[R]

Public Class Methods

new() click to toggle source
# File lib/gherkin/parser/parser.rb, line 132
def initialize
  @rows = []
end

Public Instance Methods

eof() click to toggle source
# File lib/gherkin/parser/parser.rb, line 143
def eof
end
location(uri, offset) click to toggle source
# File lib/gherkin/parser/parser.rb, line 136
def location(uri, offset)
end
row(row, line_number) click to toggle source
# File lib/gherkin/parser/parser.rb, line 139
def row(row, line_number)
  @rows << row
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.