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