module Fontist::Import::Helpers::HashHelper
Public Class Methods
Source
# File lib/fontist/import/helpers/hash_helper.rb, line 6 def stringify_keys(hash) JSON.parse(hash.to_json) end
# File lib/fontist/import/helpers/hash_helper.rb, line 6 def stringify_keys(hash) JSON.parse(hash.to_json) end