class Bundler::Source::Path

def eql?(o)

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