# File lib/action_dispatch/http/mime_type.rb, line 247 def eql?(other) super || (self.class == other.class && @string == other.string && @synonyms == other.synonyms && @symbol == other.symbol) end