# File lib/hashery/dictionary.rb, line 282
def
reject
(
&
block
)
self
.
dup
.
delete_if
(
&
block
)
end