Class: Puppet::Application::Apply
- Inherits:
-
Puppet::Application
- Object
- Puppet::Application
- Puppet::Application::Apply
- Defined in:
- lib/puppet-debugserver/puppet_monkey_patches.rb
Instance Method Summary collapse
Instance Method Details
#exit(option) ⇒ Object
15 16 17 |
# File 'lib/puppet-debugserver/puppet_monkey_patches.rb', line 15 def exit(option) PuppetDebugServer::PuppetDebugSession.instance.execute_hook(:hook_before_apply_exit, [option]) end |