From: Ilias Lazaridis Date: 2011-06-20T02:40:27+09:00 Subject: Re: RFC - One word alias for require_relative On 19 Ιούν, 03:18, Ted Han wrote: > 1) def rr(path); require_relative path; end [...] Whenever I think I can close this thread, something new pops up. rr for "require_relative" r for "require" similar to p for "puts" Thus everything stays as it is (require, require_relative) and the shortcuts (r, rr) are introduced. rr 'local/mylib' r 'guisystem' . -- http://lazaridis.com