Object
# File lib/gherkin/parser/parser.rb, line 146 def initialize @rows = [] end
# File lib/gherkin/parser/parser.rb, line 157 def eof end
# File lib/gherkin/parser/parser.rb, line 153 def row(row, line_number) @rows << row end
# File lib/gherkin/parser/parser.rb, line 150 def uri(uri) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.