# File lib/yell/level.rb, line 152
    def <=>( other )
      other.is_a?(Numeric) ? to_i <=> other : super
    end