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

      nil
    end