Method: Roby::Application#action_handlers

Defined in:
lib/roby/app.rb

#action_handlersArray<#call> (readonly)

Returns list of blocks that should be executed once the application is started.

Returns:

  • (Array<#call>)

    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