# File lib/active_support/core_ext/hash/except.rb, line 14
  def except(*keys)
    dup.except!(*keys)
  end