except!(*keys)
Replaces the hash without only the given keys.
# File activesupport/lib/active_support/core_ext/hash/except.rb, line 18 def except!(*keys) replace(except(*keys)) end