Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-require_all
From: Amitai Schleier
Date: 2024-05-18 03:43:38
Message id: 20240518014338.B1F81FA2C@cvs.NetBSD.org
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!
Files: