class Gherkin::Parser::Parser::Machine::StateMachineReader
Attributes
rows[R]
Public Class Methods
new()
click to toggle source
# File lib/gherkin/parser/parser.rb, line 148 def initialize @rows = [] end
Public Instance Methods
eof()
click to toggle source
# File lib/gherkin/parser/parser.rb, line 159 def eof end
row(row, line_number)
click to toggle source
# File lib/gherkin/parser/parser.rb, line 155 def row(row, line_number) @rows << row end
uri(uri)
click to toggle source
# File lib/gherkin/parser/parser.rb, line 152 def uri(uri) end