Methods

Class/Module 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
def self.run
  Merb::BootLoader.before_load_callbacks.each { |x| x.call }
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.