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