# File lib/pathname.rb, line 404
def
absolute?
%r{\A/}
=~
@path
?
true
:
false
end