class Bundler::Checksum::Source

def ==(other)

def ==(other)
  other.is_a?(self.class) && other.type == type && other.location == location
end