method
has_value?
has_value?( val )
public
Hide source
# File lib/yaml/dbm.rb, line 63 def has_value?( val ) each_value { |v| return true if v == val } return false end