# File lib/puppet/parser/ast/leaf.rb, line 55 55: def evaluate(scope) 56: return scope.strinterp(@value, file, line) 57: end