From: Robert Klemme Date: 2005-11-24T17:52:26+09:00 Subject: Re: ruby error messages Sam Joseph wrote: > Hi there, > > Is the meaning of the ruby error messages defined anywhere? E.g. I get > something like: > > NameError: uninitialized constant Blah > > and maybe you'll tell me it's self explanatory, but it would be nice > to look through a list of errors and read more about what they mean. I > searched the web and asked on ruby-lang irc channel but haven't turned > up anything yet. As far as I know there is no such comprehensive list (note, I may be wrong here). But closely looking at the exception stack trace and the code it points to you usually see what's wrong very fast. Kind regards robert