method
realdir
v1_8_6_287 -
Show latest stable
- Class:
Test::Unit::Collector::Dir
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