Flowdock
has_value?( val ) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/yaml/dbm.rb, line 63
    def has_value?( val )
        each_value { |v| return true if v == val }
        return false
    end
Register or log in to add new notes.