= private = protected
absolute?()
Predicate method for testing whether a path is absolute. It returns true if the pathname begins with a slash.
# File ext/pathname/lib/pathname.rb, line 214 def absolute? !relative? end