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