Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/tabry/cli/util/config.rb
Instance Method Summary collapse
Instance Method Details
#to_openstruct ⇒ Object
23 24 25 |
# File 'lib/tabry/cli/util/config.rb', line 23 def to_openstruct JSON.parse to_json, object_class: OpenStruct end |