Flowdock
method

realdir

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Test::Unit::Collector::Dir
realdir(path) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/test/unit/collector/dir.rb, line 97
        def realdir(path)
          if @base
            @file.join(@base, path)
          else
            path
          end
        end
Register or log in to add new notes.