# File lib/chef/node/attribute.rb, line 217 def has_value?(value) self.any? do |k,v| value == v end end