method
reject
v1_9_2_180 -
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