Top Level Namespace
Defined Under Namespace
Modules: Dev, Rake Classes: Object
Constant Summary collapse
- DEV_COMMANDS_ROOT_DIR =
This is the root dir of the application using the firespring_dev_commands libarary
File.realpath(File.dirname(caller(1..1).first.split(':')[0]))
- DEV_COMMANDS_PROJECT_NAME =
This is the project name of the application using the firespring_dev_commands libarary (the name of the directory it is in)
File.basename(DEV_COMMANDS_ROOT_DIR)
- DEV_COMMANDS_TOP_LEVEL =
A reference to the top level object context
self- LOG =
Logger.new($stdout)