Method: Roby::Application#action_handlers
- Defined in:
- lib/roby/app.rb
#action_handlers ⇒ Array<#call> (readonly)
Returns list of blocks that should be executed once the application is started.
575 576 577 |
# File 'lib/roby/app.rb', line 575 def action_handlers @action_handlers end |