class Bundler::Source::Path

def eql?(o)

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