class Dry::Logic::Rule::Key

def call(input)

def call(input)
  Logic.Result(input[name], predicate.(input), self)
end