# File lib/ohai/system.rb, line 58
    def each(&block)
      @data.each do |key, value|
        block.call(key, value)
      end
    end