# File test/test_control.rb, line 437
    def scan
      @scan_call += 1
      @mod_folder_orig.scan do |mod_path|
        yield(mod_path)
      end
      yield('nothing')          # for test of load error
      nil
    end