method
has_value?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
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