Module: ObjectTable::Stacking::InPlace

Included in:
ObjectTable
Defined in:
lib/object_table/stacking.rb

Instance Method Summary collapse

Instance Method Details

#stack!(*others) ⇒ Object



9
10
11
12
# File 'lib/object_table/stacking.rb', line 9

def stack!(*others)
  @columns.replace( __table_cls__.stack(self, *others).columns )
  self
end