demarches-normaliennes/app/models/logic/exclude_operator.rb

6 lines
117 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class Logic::ExcludeOperator < Logic::IncludeOperator
def operation = :exclude?
end