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

      nil
    end