# File lib/puppet/parser/ast/function.rb, line 36
36:     def initialize(hash)
37:       @ftype = hash[:ftype] || :rvalue
38:       hash.delete(:ftype) if hash.include? :ftype
39: 
40:       super(hash)
41: 
42:       # Lastly, check the parity
43:     end