From: _why Date: 2008-04-26T00:41:11+09:00 Subject: Re: Shoes and require On Thu, Apr 24, 2008 at 05:24:36PM +0900, Asdf Fsda wrote: > Paul Brannan wrote: > > On Thu, Apr 24, 2008 at 01:09:44AM +0900, Gennady Bystritsky wrote: > >> Apparently, your current directory is not the same as where your files > >> are and you are invoking your application by path. If so, you need to > >> do the following before 'require': > >> > >> $: << File.dirname(__FILE__) > > __FILE__ #=> (eval) > So that doesent work Try the more recent 0.r532 builds. Not only should require work, but $0 and __FILE__ should be set right. https://code.whytheluckystiff.net/shoes/wiki/RecentBuilds My apologies. _why