Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/bottomless_hash.rb

Direct Known Subclasses

BottomlessHash

Instance Method Summary collapse

Instance Method Details

#bottomlessObject



14
15
16
# File 'lib/bottomless_hash.rb', line 14

def bottomless
  BottomlessHash.from_hash(self)
end