# File lib/specinfra/host_inventory.rb, line 62
    def each_value
      KEYS.each do |k|
        yield self[k]
      end
    end