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

Attributes

rows[R]

Public Class Methods

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

Public Instance Methods

eof() click to toggle source
# File lib/gherkin/parser/parser.rb, line 158
def eof
end
row(row, line_number) click to toggle source
# File lib/gherkin/parser/parser.rb, line 154
def row(row, line_number)
  @rows << row
end
uri(uri) click to toggle source
# File lib/gherkin/parser/parser.rb, line 151
def uri(uri)
end