Method: ObjectTable::Stacking#stack

Defined in:
lib/object_table/stacking.rb

#stack(*others) ⇒ Object



4
5
6
# File 'lib/object_table/stacking.rb', line 4

def stack(*others)
  __table_cls__.stack(self, *others)
end