class Dry::Logic::Result::Value

def input

def input
  rule.input != Predicate::Undefined ? rule.input : super
end