# File lib/bundler/source/path.rb, line 59 def eql?(o) o.instance_of?(Path) && expanded_path == expand(o.path) && version == o.version end