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