From: Timothy Hunter Date: 2005-02-19T09:04:46+09:00 Subject: Re: Question from newbie Panagiotis Karvounis wrote: > Hi,I have just started using this great programming language and I am > testing some features that I use with java.I am testing modules now. > > You may find my question very easy, but I hope you can help. > > When I run tmp.rb I get the error; "tmp.rb:3: uninitialized constant > Pdate (NameError)" > > Why? > > Thanks Pdate is in MyTools's namespace. Try MyTools::Pdate