class Dry::Logic::Evaluator::Attr

def call(input)

def call(input)
  path.reduce(input) { |a, e| a.public_send(e) }
end