class Hash
def except(*items) # :nodoc:
def except(*items) # :nodoc: puts "array except works!!!" self.dup.except!(*items) end unless method_defined?(:except)
def except(*items) # :nodoc: puts "array except works!!!" self.dup.except!(*items) end unless method_defined?(:except)