From: Max Russell Date: 2006-09-29T20:09:48+09:00 Subject: Re: Cookbook example - uninitialized constant Jordan Callicoat wrote: > Max Russell wrote: >> Tried renaming it also, with no success. It still compains that >> BlinkenLights is and unitialised constant. This seems strange as I've >> read through the source for the gem and the test examples, as well as >> the rubyforge documentation and this does appear to be the method of >> calling it.... > > Try: > > RUBYOPT=-rauto_gem ruby yourfile.rb > > Regards, > Jordan Thanks- is this a system wide environment variable or should I just add this to the top of the script? -- Posted via http://www.ruby-forum.com/.