class Lucid::AST::Table::Builder
Attributes
rows[R]
Public Class Methods
new()
click to toggle source
# File lib/lucid/ast/table.rb, line 39 def initialize @rows = [] end
Public Instance Methods
eof()
click to toggle source
# File lib/lucid/ast/table.rb, line 47 def eof end
row(row, line_number)
click to toggle source
# File lib/lucid/ast/table.rb, line 43 def row(row, line_number) @rows << row end