class Dry::Logic::Operations::And

def [](input)

def [](input)
  left[input] && right[input]
end