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

      nil
    end