method
has_value?
v1_9_2_180 -
Show latest stable
- Class:
YAML::DBM
has_value?( val )public
No documentation available.
# File lib/yaml/dbm.rb, line 63
def has_value?( val )
each_value { |v| return true if v == val }
return false
end