# File lib/twitter/core_ext/hash.rb, line 7
def
except
(
*
keys
)
self
.
dup
.
except!
(
*
keys
)
end