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