Methods

Class Index [+]

Quicksearch

Merb::BootLoader::BeforeAppLoads

Public Class Methods

run() click to toggle source

Call any before_app_loads hooks that were registered via before_app_loads in any plugins.

Returns

nil

:api: plugin

     # File lib/merb-core/bootloader.rb, line 611
611:   def self.run
612:     Merb::BootLoader.before_load_callbacks.each { |x| x.call }
613:     nil
614:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.