Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/tabry/cli/util/config.rb
Overview
TODO: should probably now just remove this
Instance Method Summary collapse
Instance Method Details
#to_openstruct ⇒ Object
17 18 19 |
# File 'lib/tabry/cli/util/config.rb', line 17 def to_openstruct JSON.parse to_json, object_class: OpenStruct end |