# File lib/puppet/parser/ast/leaf.rb, line 180
180:     def to_s
181:       "\$#{variable.to_s}[#{key.to_s}]"
182:     end