./devel/ruby-require_all, Wonderfully simple way to load your code

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0.0, Package name: ruby32-require_all-3.0.0, Maintainer: pkgsrc-users

Tired of futzing around with require statements everywhere, littering
your code with require File.dirname(__FILE__) crap? What if you could
just point something at a big directory full of code and have everything
just automagically load?

Wouldn't that be nice? Well, now you can!


Master sites:

Filesize: 13.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-06-02 17:36:59 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Remove extra @pkgdir from PLIST

This problem is fixed by revision 1.54 of lang/ruby/gem.mk.
   2024-05-18 03:43:38 by Amitai Schleier | Files touched by this commit (4)
Log message:
Add ruby-require_all: Wonderfully simple way to load your code

Tired of futzing around with require statements everywhere, littering
your code with require File.dirname(__FILE__) crap? What if you could
just point something at a big directory full of code and have everything
just automagically load?

Wouldn't that be nice? Well, now you can!