- Use capital letters for your constants (HOME_DIR_PATH, not home_dir_path)
- Put your methods inside a module.
You can call your methods through the module, or you can include the module in your namespace and call them directly (Sarah has code for all of this)
Michael Sofaer
2009-07-27 21:29:54