# File lib/deltacloud/hardware_profile.rb, line 120 def each_property(&block) @properties.each_value { |prop| yield prop } end