method
reject
v1_8_7_72 -
Show latest stable
- Class:
YAML::DBM
reject()public
No documentation available.
# File lib/yaml/dbm.rb, line 48
def reject
hsh = self.to_hash
hsh.reject { |k,v| yield k, v }
end reject()No documentation available.
# File lib/yaml/dbm.rb, line 48
def reject
hsh = self.to_hash
hsh.reject { |k,v| yield k, v }
end