Class: Hash

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

Direct Known Subclasses

OpenHash

Instance Method Summary collapse

Instance Method Details

#to_open_hashObject



54
55
56
# File 'lib/open_hash.rb', line 54

def to_open_hash
  OpenHash.new(self)
end