Method: Puppet::Parser::AST#initialize

Defined in:
lib/vendor/puppet/parser/ast.rb

#initialize(args) ⇒ AST

Initialize the object. Requires a hash as the argument, and takes each of the parameters of the hash and calls the settor method for them. This is probably pretty inefficient and should likely be changed at some point.



88
89
90
# File 'lib/vendor/puppet/parser/ast.rb', line 88

def initialize(args)
  set_options(args)
end