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

      nil
    end