class Bundler::Checksum

def merge!(other)

def merge!(other)
  return nil unless match?(other)
  @sources.concat(other.sources).uniq!
  self
end