Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Cucumber::Ast::Table::Builder

Attributes

rows[R]

Public Class Methods

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

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.