Method: Roby::Application#shutdown_handlers
- Defined in:
- lib/roby/app.rb
#shutdown_handlers ⇒ Array<#call> (readonly)
Returns list of objects called when the app shuts down, that is when the plan is being tore down but before cleanup. This is called during test teardown as well.
567 568 569 |
# File 'lib/roby/app.rb', line 567 def shutdown_handlers @shutdown_handlers end |