# File lib/yell/level.rb, line 68
    def at?( severity )
      index = index_from(severity)

      index.nil? ? false : @severities[index]
    end