path()
public
Hide source
# File lib/fileutils.rb, line 1124 def path if @path File.path(@path) else join(@prefix, @rel) end end