class Hash

def except(*items) # :nodoc:

:nodoc:
def except(*items) # :nodoc:
  self.dup.except!(*items)
end unless method_defined?(:except)