Method: Puppet::Application.exit
- Defined in:
- lib/puppet/application.rb
.exit(code) ⇒ Object
this is used for testing
572 573 574 |
# File 'lib/puppet/application.rb', line 572 def self.exit(code) exit(code) end |
this is used for testing
572 573 574 |
# File 'lib/puppet/application.rb', line 572 def self.exit(code) exit(code) end |