# frozen_string_literal: true class Logic::GreaterThanEq < Logic::BinaryOperator def operation = :>= end