# File lib/puppet/parser/ast/leaf.rb, line 147 147: def evaluate_key(scope) 148: key.respond_to?(:evaluate) ? key.safeevaluate(scope) : key 149: end