Method: Puppet::Parser::Compiler#code_id
- Defined in:
- lib/puppet/parser/compiler.rb
#code_id ⇒ Object
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.
The id of code input to the compiler.
57 58 59 |
# File 'lib/puppet/parser/compiler.rb', line 57 def code_id @code_id end |