Top Level Namespace
Defined Under Namespace
Modules: Autumn, DataMapper, GeneralHelper Classes: Channel, Class, Controller, ForgetfulQueue, Hash, Numeric, Person, ProjectCreator, Pseudonym, Score, Set, String
Constant Summary collapse
- AUTUMN_VERSION =
"3.0 (7-4-08)"
- AL_ROOT =
We set AL_ROOT in the script/console file to set it for the scope of that file. We have to set it again in here for the scope of the IRb session.
ENV["AUTUMN_ROOT"] || File.("#{File.dirname __FILE__}/..")