Method: Configature::Data#to_h
- Defined in:
- lib/configature/data.rb
#to_h ⇒ Object
Instance Methods =====================================================
21 22 23 24 25 |
# File 'lib/configature/data.rb', line 21 def to_h super.map do |k, v| [ k, self.class.hashify(v) ] end.to_h end |