class Dry::Logic::Operations::Or

def [](input)

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