class Dry::Logic::Operations::Binary

def to_s

def to_s
  "#{left} #{operator.to_s.upcase} #{right}"
end