Libraries
»
open_hash
(0.2.1)
»
Index (H)
»
Hash
Class: Hash
Inherits:
Object
Object
Hash
show all
Defined in:
lib/open_hash.rb
Direct Known Subclasses
OpenHash
Instance Method Summary
collapse
#
to_open_hash
⇒ Object
Instance Method Details
#
to_open_hash
⇒
Object
54 55 56
# File 'lib/open_hash.rb', line 54
def
to_open_hash
OpenHash
.
new
(
self
)
end