# File lib/gherkin/parser/parser.rb, line 147 def initialize @rows = [] end
# File lib/gherkin/parser/parser.rb, line 158 def eof end
# File lib/gherkin/parser/parser.rb, line 154 def row(row, line_number) @rows << row end
# File lib/gherkin/parser/parser.rb, line 151 def uri(uri) end