method

realdir

ruby latest stable - Class: Test::Unit::Collector::Dir

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

realdir(path)
public

No documentation available.

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