Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/Olib/ext/hash.rb
Instance Method Summary collapse
Instance Method Details
#to_struct ⇒ Object
4 5 6 |
# File 'lib/Olib/ext/hash.rb', line 4 def to_struct OpenStruct.new self end |