From: Justin Collins Date: 2006-08-12T07:05:04+09:00 Subject: Re: cannot require a file that doesnt have a suffix? --------------060106020606050107080502 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Trans wrote: > Trans wrote: > >> Huh... why can't I require a file that has no prefix? >> > > Er... s/prefix/suffix/ > Ruby automatically tries different extensions for the files you require, so that you do not have to provide an extension when using require. Check out the documentation. -Justin --------------060106020606050107080502--