# File lib/yaml/dbm.rb, line 48
def
reject
hsh
=
self
.
to_hash
hsh
.
reject
{
|
k
,
v
|
yield
k
,
v
}
end