Methods

Class Index [+]

Quicksearch

Merb::BootLoader::BackgroundServices

Public Class Methods

run() click to toggle source

Start background services, such as the run_later worker thread.

Returns

nil

:api: plugin

      # File lib/merb-core/bootloader.rb, line 1354
1354:   def self.run
1355:     Merb::Worker.start unless Merb.testing? || Merb::Worker.started?
1356:     nil
1357:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.