Module: Hashie::Extensions::ActiveSupport::CoreExt::Hash
- Defined in:
- lib/hashie/extensions/active_support/core_ext/hash.rb
Instance Method Summary collapse
Instance Method Details
#except(*keys) ⇒ Object
6 7 8 9 |
# File 'lib/hashie/extensions/active_support/core_ext/hash.rb', line 6 def except(*keys) string_keys = keys.map { |key| convert_key(key) } super(*string_keys) end |