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