24 25 26
# File 'lib/arachni/issue/severity/base.rb', line 24 def <=>( other ) ORDER.rindex( other.to_sym ) <=> ORDER.rindex( to_sym ) end