Module: Fontist::Import::Helpers::HashHelper

Defined in:
lib/fontist/import/helpers/hash_helper.rb

Class Method Summary collapse

Class Method Details

.stringify_keys(hash) ⇒ Object



6
7
8
# File 'lib/fontist/import/helpers/hash_helper.rb', line 6

def stringify_keys(hash)
  JSON.parse(hash.to_json)
end