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