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