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