Subject: Re: RFC - One word alias for require_relative
From: Gary Wright <gwtmp01 mac.com>
Date: Sat, 18 Jun 2011 03:17:50 +0900
References: 384363384614
In-reply-to: 384614
I can't believe I'm adding to this conversation...
Ruby already has an idiom for naming two related methods so how about:
require "a/b" # the usual
require! "a/b" # require relative to __FILE__