class Dry::Logic::Rule::Value

def call(input)

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

def type

def type
  :val
end