Class: HashEasy::Hash

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

Direct Known Subclasses

BottomlessHash

Instance Method Summary collapse

Instance Method Details

#bottomlessObject



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

def bottomless
  BottomlessHash.from_hash(self)
end