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