= private = protected
relative?()
Returns true if URI does not have a scheme (e.g. http:// or https://) specified.
# File lib/uri/generic.rb, line 974 def relative? !absolute? end