module ObjectTable::Stacking::InPlace

Public Instance Methods

stack!(*others) click to toggle source
# File lib/object_table/stacking.rb, line 9
def stack!(*others)
  @columns.replace( __table_cls__.stack(self, *others).columns )
  self
end