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