Whether a path is absolute.
Returns:
5 6 7
# File 'lib/path/predicates.rb', line 5 def absolute? is_absolute?(@path) end