Sha256: f13c0f9cea9f13bbcd8d26178fb82ff839374228955883496317bb360745cfc4

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

class Hash
  class Indifferent < Normalized

    def initialize(hash={})
      super hash
    end

    private

    def normalize_key(key)
      key.to_sym
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hash_ext-0.3.0 lib/hash_ext/indifferent.rb