class RuboCop::Cop::Severity

def <=>(other)

def <=>(other)
  level <=> other.level
end