Methods

Class Index [+]

Quicksearch

Merb::BootLoader::AfterAppLoads

Public Class Methods

run() click to toggle source

Call any after_app_loads hooks that were registered via after_app_loads in init.rb.

Returns

nil

:api: plugin

      # File lib/merb-core/bootloader.rb, line 1290
1290:   def self.run
1291:     Merb::BootLoader.after_load_callbacks.each {|x| x.call }
1292:     nil
1293:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.