Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/tabbyx/core/config.rb
Instance Method Summary collapse
Instance Method Details
#stringify ⇒ Object
4 5 6 7 8 9 |
# File 'lib/tabbyx/core/config.rb', line 4 def stringify inject({}) do |, (key, value)| [key.to_s] = value.to_s end end |