Merb::BootLoader
Call any before_app_loads hooks that were registered via before_app_loads in any plugins.
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.