module RComp::Path
Public Instance Methods
rel_path(test_path)
click to toggle source
# File lib/rcomp/path.rb, line 4 def rel_path(test_path) test_path.gsub(Conf.instance.test_root, '') end
# File lib/rcomp/path.rb, line 4 def rel_path(test_path) test_path.gsub(Conf.instance.test_root, '') end