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