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