# File lib_wpm/wpm.rb, line 3740
    def scan
      yield(@path)
      for path in @list
        yield(path)
      end

      nil
    end