static public Method

Initializer.new(configuration)

Create a new Initializer instance that references the given Configuration instance.

Source Code

# File initializer.rb, line 55
def initialize(configuration)
  @configuration = configuration
  @loaded_plugins = []
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.