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