class Dry::Logic::Operations::Negation

def [](input)

def [](input)
  !rule[input]
end