class RuboCop::Cop::Severity

def <=>(other)

Other tags:
    Api: - private
def <=>(other)
  level <=> other.level
end