Parent

Methods

Class Index [+]

Quicksearch

Cucumber::Ast::Table::Builder

Attributes

rows[R]

Public Class Methods

new() click to toggle source
    # File lib/cucumber/ast/table.rb, line 38
38:         def initialize
39:           @rows = []
40:         end

Public Instance Methods

eof() click to toggle source
    # File lib/cucumber/ast/table.rb, line 46
46:         def eof
47:         end
row(row, line_number) click to toggle source
    # File lib/cucumber/ast/table.rb, line 42
42:         def row(row, line_number)
43:           @rows << row
44:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.