# File lib/pathname2.rb, line 576 def <=>(string) return nil unless string.kind_of?(Pathname) super end