Method: Puppet::Parser::AST::ResourceInstance#initialize
- Defined in:
- lib/puppet/parser/ast/resource_instance.rb
#initialize(argshash) ⇒ ResourceInstance
Returns a new instance of ResourceInstance.
6 7 8 9 |
# File 'lib/puppet/parser/ast/resource_instance.rb', line 6 def initialize(argshash) Puppet.warn_once('deprecations', 'AST::ResourceInstance', _('Use of Puppet::Parser::AST::ResourceInstance is deprecated')) super(argshash) end |