Parent

Methods

Merb::Slices::Initialize

Call initialization method for each registered Slice.

This is done just before the app’s after_load_callbacks are run. The application has been practically loaded completely, letting the callbacks work with what has been loaded.

Public Class Methods

run() click to toggle source
     # File lib/merb-slices.rb, line 98
 98:     def self.run
 99:       Merb::Slices.each_slice do |slice|
100:         Merb.logger.verbose!("Initializing slice '#{slice}' ...")
101:         slice.init if slice.respond_to?(:init)
102:       end
103:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.