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