Sha256: a1cf0e08f07675d5b8f6b6db89c8f09623ff646efde090b2b051e8bd61d62503

Contents?: true

Size: 222 Bytes

Versions: 55

Compression:

Stored size: 222 Bytes

Contents

module Fontist
  module Import
    module Helpers
      module HashHelper
        class << self
          def stringify_keys(hash)
            JSON.parse(hash.to_json)
          end
        end
      end
    end
  end
end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
fontist-1.13.0 lib/fontist/import/helpers/hash_helper.rb
fontist-1.12.0 lib/fontist/import/helpers/hash_helper.rb
fontist-1.11.7 lib/fontist/import/helpers/hash_helper.rb
fontist-1.11.6 lib/fontist/import/helpers/hash_helper.rb
fontist-1.11.5 lib/fontist/import/helpers/hash_helper.rb
fontist-1.11.3 lib/fontist/import/helpers/hash_helper.rb
fontist-1.11.2 lib/fontist/import/helpers/hash_helper.rb
fontist-1.9.3 lib/fontist/import/helpers/hash_helper.rb
fontist-1.9.2 lib/fontist/import/helpers/hash_helper.rb
fontist-1.11.1 lib/fontist/import/helpers/hash_helper.rb
fontist-1.10.1 lib/fontist/import/helpers/hash_helper.rb
fontist-1.10.0 lib/fontist/import/helpers/hash_helper.rb
fontist-1.9.1 lib/fontist/import/helpers/hash_helper.rb
fontist-1.9.0 lib/fontist/import/helpers/hash_helper.rb
fontist-1.8.13 lib/fontist/import/helpers/hash_helper.rb
fontist-1.8.12 lib/fontist/import/helpers/hash_helper.rb
fontist-1.8.11 lib/fontist/import/helpers/hash_helper.rb
fontist-1.8.10 lib/fontist/import/helpers/hash_helper.rb
fontist-1.8.9 lib/fontist/import/helpers/hash_helper.rb
fontist-1.8.8 lib/fontist/import/helpers/hash_helper.rb