Class: SimpleTable::Foot

Inherits:
Rows
  • Object
show all
Defined in:
lib/simple_table/foot.rb

Instance Attribute Summary

Attributes inherited from Rows

#rows

Attributes inherited from Tag

#options, #parent

Instance Method Summary collapse

Methods inherited from Rows

#empty?, #initialize, #row

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