# File lib_wpm/wpm.rb, line 970
    def each
      for component in @child_components
        yield(component)
      end

      nil
    end