Parent

Methods

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

Attributes

rows[R]

Public Class Methods

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

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.