# File lib_wpm/wpm.rb, line 890
    def run
      for component in @child_components
        component.run
      end

      nil
    end