# File lib/pathname.rb, line 207 def ==(other) return false unless Pathname === other other.to_s == @path end