# File lib/yell/level.rb, line 147
    def ==(other)
      other.respond_to?(:severities) ? severities == other.severities : super
    end