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