Method: Roby::Application#init_handlers
- Defined in:
- lib/roby/app.rb
#init_handlers ⇒ Array<#call> (readonly)
Returns list of objects called when the app gets initialized (i.e. just after init.rb is loaded).
546 547 548 |
# File 'lib/roby/app.rb', line 546 def init_handlers @init_handlers end |