Method: Roby::Application#setup_handlers
- Defined in:
- lib/roby/app.rb
#setup_handlers ⇒ Array<#call> (readonly)
Returns list of objects called when the app gets initialized (i.e. in #setup after #base_setup).
550 551 552 |
# File 'lib/roby/app.rb', line 550 def setup_handlers @setup_handlers end |