class Bundler::Settings::Mirror

def ==(other)

def ==(other)
  !other.nil? && uri == other.uri && fallback_timeout == other.fallback_timeout
end