Oh, and where do I need to put my own files to require? My script is gonna get real cluttered if I don't break it up.
Viewing post in Object Oriented Dragon Demo
IMHO, standardizing a /lib (or similar) and having it auto-require "/lib/*/*.rb" would make for the simplest interface.
For reusable libraries,
"../lib/"
with a
set :require_all_libs true
or manually calling the library name. Assume we copy/paste or otherwise import ../libs into /libs via a command when it's time to package.