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

      nil
    end