head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.16
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.14
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.12
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.10
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.8
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.6
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.4
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.2
	pkgsrc-2024Q2-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.05.18.01.43.38;	author schmonz;	state Exp;
branches;
next	;
commitid	yZVf0b53otuzaqaF;


desc
@@


1.1
log
@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!
@
text
@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!
@
