Class: Greentable::Table::TableGroup
- Inherits:
-
Greentable::Table
- Object
- Greentable::Table
- Greentable::Table::TableGroup
- Defined in:
- lib/greentable/greentable_table.rb
Instance Method Summary collapse
Methods inherited from Greentable::Table
#counter, #footer, #initialize, #process, #to_s
Constructor Details
This class inherits a constructor from Greentable::Table
Instance Method Details
#col(th = nil, opts = {}, &block) ⇒ Object
91 92 93 |
# File 'lib/greentable/greentable_table.rb', line 91 def col(th = nil, opts = {}, &block) super(nil, th || {}, &block) end |