# File lib/puppet/parser/ast/asthash.rb, line 32
32:     def initialize(args)
33:       super(args)
34:       @value ||= {}
35:     end