# File lib/mechanize/http/auth_realm.rb, line 13 def == other self.class === other and @scheme == other.scheme and @uri == other.uri and @realm == other.realm end