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

      nil
    end