class Bundler::Source::Path

def eql?(other)

def eql?(other)
  other.instance_of?(Path) &&
    expanded_path == expand(other.path) &&
    version == other.version
end