Sha256: b9af7f0ae90768fc0654330447d747a6c18b6015d4249b8d456b2e54dc65e900

Contents?: true

Size: 276 Bytes

Versions: 5

Compression:

Stored size: 276 Bytes

Contents

module Hashie
  module Extensions
    module ActiveSupport
      module CoreExt
        module Hash
          def except(*keys)
            string_keys = keys.map { |key| convert_key(key) }
            super(*string_keys)
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/hashie-5.0.0/lib/hashie/extensions/active_support/core_ext/hash.rb
hashie-5.0.0 lib/hashie/extensions/active_support/core_ext/hash.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/hashie-4.1.0/lib/hashie/extensions/active_support/core_ext/hash.rb
hashie-4.1.0 lib/hashie/extensions/active_support/core_ext/hash.rb
hashie-4.0.0 lib/hashie/extensions/active_support/core_ext/hash.rb