class Rails::Application

def initializer(name, opts = {}, &block)

set of initializers, as defined by the Initializable module.
Rails::Initializable module. Each Rails::Application class has its own
Sends the initializers to the +initializer+ method defined in the
def initializer(name, opts = {}, &block)
  self.class.initializer(name, opts, &block)
end