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

      nil
    end