class Greentable::Table::TableGroup

Public Instance Methods

col(th = nil, opts = {}, &block) click to toggle source
Calls superclass method Greentable::Table#col
# File lib/greentable/greentable_table.rb, line 91
def col(th = nil, opts = {}, &block)
  super(nil, th || {}, &block)
end