Class: SimpleTable::Foot
Instance Attribute Summary
Attributes inherited from Rows
Attributes inherited from Tag
Instance Method Summary collapse
Methods inherited from Rows
Methods inherited from Tag
#add_class, #collection_class, #collection_name, #head?, #initialize, #table
Constructor Details
This class inherits a constructor from SimpleTable::Rows
Instance Method Details
#render(*args) ⇒ Object
6 7 8 |
# File 'lib/simple_table/foot.rb', line 6 def render(*args) super(rows.map { |row| row.render(*args) }) end |