# File lib/yell/level.rb, line 124
    def lte( severity )
      calculate! :<=, severity
      self
    end