Whether a path is relative.
Returns:
10 11 12
# File 'lib/path/predicates.rb', line 10 def relative? not absolute? end