Method: Hash#stackable

Defined in:
lib/ext/stackable_hash.rb

#stackableObject



2
3
4
# File 'lib/ext/stackable_hash.rb', line 2

def stackable
  StackableHash.new.replace(self)
end