# File lib/test/unit/collector/dir.rb, line 98
        def realdir(path)
          if @base
            @file.join(@base, path)
          else
            path
          end
        end