Method: Puppet::Pal::Compiler#initialize

Defined in:
lib/puppet/pal/compiler.rb

#initialize(internal_compiler) ⇒ Compiler

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Compiler.



14
15
16
17
# File 'lib/puppet/pal/compiler.rb', line 14

def initialize(internal_compiler)
  @internal_compiler = internal_compiler
  @internal_evaluator = Puppet::Pops::Parser::EvaluatingParser.new
end