= private = protected
hierarchical?()
Checks if URI has a path
# File lib/uri/generic.rb, line 951 def hierarchical? if @path true else false end end