# File lib/pathname2.rb, line 722 def relative? if @win PathIsRelative(self) else root == "." end end