working on a ruby project with several files all lumped into a single
subdirectory. I would like to organize it more logically by grouping
files that share the same functionality. For example instead of
On Fri, Jul 29, 2011 at 1:00 PM, Rick Tan <bellcolt@hotmail.com> wrote:
working on a ruby project with several files all lumped into a single
subdirectory. I would like to organize it more logically by grouping
files that share the same functionality. For example instead of
Personally, I've grown to like explicit requiring, but if you're sure you
want to require all the files in the subdirs into main, you could use a
glob.
On Fri, Jul 29, 2011 at 3:00 PM, Rick Tan <bellcolt@hotmail.com> wrote:
working on a ruby project with several files all lumped into a single
subdirectory. I would like to organize it more logically by grouping
files that share the same functionality. For example instead of