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