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