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

4 lines
74 B
Ruby
Raw Normal View History

2022-06-09 12:14:08 +02:00
class Logic::GreaterThan < Logic::BinaryOperator
def operation = :>
end