class RuboCop::Cop::WorkaroundCop

def self.<(other)

is compatible with our subclass
Special case `Module#<` so that the rspec support rubocop exports
def self.<(other)
  other.equal?(RuboCop::Cop::Cop) || super
end