# File lib/puppet/parser/functions.rb, line 105 105: def self.functions(env = nil) 106: @functions.synchronize { 107: @functions[ env || Environment.current || Environment.root ] 108: } 109: end