class Dry::Logic::Evaluator::Key

def call(input)

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