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

4 lines
77 B
Ruby
Raw Normal View History

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