# File lib/gherkin/parser/parser.rb, line 148 def initialize @rows = [] end
# File lib/gherkin/parser/parser.rb, line 159 def eof end
# File lib/gherkin/parser/parser.rb, line 155 def row(row, line_number) @rows << row end
# File lib/gherkin/parser/parser.rb, line 152 def uri(uri) end