# File lib/pathutil.rb, line 38 def absolute return self if absolute? self.class.new("/").join( @path ) end