Class: Hash

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

Direct Known Subclasses

HashEasy::BottomlessHash

Instance Method Summary collapse

Instance Method Details

#bottomlessObject



5
6
7
# File 'lib/hash_easy.rb', line 5

def bottomless
  HashEasy::BottomlessHash.from_hash(self)
end