class Bundler::Source::Path
def eql?(other)
def eql?(other) return unless other.class == self.class expanded_original_path == other.expanded_original_path && version == other.version end
def eql?(other) return unless other.class == self.class expanded_original_path == other.expanded_original_path && version == other.version end