Module: PuppetRepl::Support::Compilier
- Included in:
- PuppetRepl::Support
- Defined in:
- lib/puppet-repl/support/compiler.rb
Instance Method Summary collapse
Instance Method Details
#create_compiler(node) ⇒ Object
6 7 8 |
# File 'lib/puppet-repl/support/compiler.rb', line 6 def create_compiler(node) Puppet::Parser::Compiler.new(node) end |