class Dry::Logic::Evaluator::Key
Public Instance Methods
call(input)
click to toggle source
# File lib/dry/logic/evaluator.rb, line 30 def call(input) path.reduce(input) { |a, e| a[e] } end
Also aliased as: []