Module AutoCode
In: lib/autocode.rb

Methods

Public Class methods

always make sure we have a camel-cased symbol

Public Instance methods

Adds an auto_create block for the given key using the given exemplar if provided

Adds an arbitrary initializer block for the given key

Adds an auto_load block for the given key and directories

Reloads (via remove_const) all the constants that were loaded via auto_code.

Returns the list of constants that would be reloaded upon a call to reload.

[Validate]