= private = protected
relative?()
The opposite of #absolute?
# File lib/pathname.rb, line 515 def relative? path = @path while r = chop_basename(path) path, basename = r end path == '' end