# File lib/yell/level.rb, line 102
    def gte( severity )
      calculate! :>=, severity
      self
    end