= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
relative?()
Checks if URI is relative
# File lib/uri/generic.rb, line 974 def relative? !absolute? end