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.21.2 lib/fontist/import/helpers/hash_helper.rb
fontist-1.21.1 lib/fontist/import/helpers/hash_helper.rb
fontist-1.20.0 lib/fontist/import/helpers/hash_helper.rb
fontist-1.19.0 lib/fontist/import/helpers/hash_helper.rb
fontist-1.18.2 lib/fontist/import/helpers/hash_helper.rb
fontist-1.17.1 lib/fontist/import/helpers/hash_helper.rb
fontist-1.17.0 lib/fontist/import/helpers/hash_helper.rb
fontist-1.16.0 lib/fontist/import/helpers/hash_helper.rb
fontist-1.15.2 lib/fontist/import/helpers/hash_helper.rb
fontist-1.15.1 lib/fontist/import/helpers/hash_helper.rb
fontist-1.15.0 lib/fontist/import/helpers/hash_helper.rb
fontist-1.14.6 lib/fontist/import/helpers/hash_helper.rb
fontist-1.14.5 lib/fontist/import/helpers/hash_helper.rb
fontist-1.14.4 lib/fontist/import/helpers/hash_helper.rb
fontist-1.14.3 lib/fontist/import/helpers/hash_helper.rb
fontist-1.14.2 lib/fontist/import/helpers/hash_helper.rb
fontist-1.14.1 lib/fontist/import/helpers/hash_helper.rb
fontist-1.14.0 lib/fontist/import/helpers/hash_helper.rb
fontist-1.13.2 lib/fontist/import/helpers/hash_helper.rb
fontist-1.13.1 lib/fontist/import/helpers/hash_helper.rb