From: Brian Candler Date: 2010-03-30T19:41:59+09:00 Subject: Re: Using of module and "Is not missing constant" error Benoit Molenda wrote: > Josh Cheek wrote: >> Classes and modules are constants, so their names need to begin with >> Uppercase Letters. > > Yes, sorry for my exemple, my real code follow of course the naming > style. So show a real piece of Ruby code which replicates the problem - something we can paste into a file and run for ourselves. Often, in boiling down a problem into a simple test case like that, you'll discover what the problem is. And if you don't, you will have made it much easier for others to determine what the problem is. -- Posted via http://www.ruby-forum.com/.