From: KlausG Date: 2011-06-18T00:10:36+09:00 Subject: Re: RFC - One word alias for require_relative > > "require_relative(_to_this_file)" in a single word, ideally with 7 > chars > > This is the topic. > > Is it really so difficult for you people to solve a given problem, > even if you personally don't agree that it is a problem? > No, it's easy. Here are some 7 letter words: 1000.times.collect { 7.times.inject("") { |w,c| w << (97+rand*26).to_i.chr } } Choose one that suits you and use it with the alias method --klaus