From: Jim Weirich Date: 2004-11-23T22:06:59+09:00 Subject: Re: rake problem On Monday 22 November 2004 06:58 pm, itsme213 wrote: > Rake (0.4.11) seems to add a whole bunch of new methods to Object. Why is > this? Because 90% (a statistic I just made up) of Rake usage deals with the creation and management of files, Rake will include the FileUtils module at top level. > In my case, this causes application failure as soon as I require one of my > files into the rakefile. I'm not clear why this is causing you problems. Can you send me an example? Thanks. -- -- Jim Weirich jim@weirichhouse.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)