# File lib/yell/level.rb, line 80
    def at( *severities )
      severities.each { |severity| calculate! :==, severity }
      self
    end