Re: More Documentation and/or Help with Exceptions
Ryan Davis <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Message-ID | <[email protected]> |
On Aug 3, 2005, at 4:13 PM, [email protected] wrote: > works perfect .... how do you get the the status and messages > > is it ....Status.Exception.<something> > > how do you find out what <somethings> that are available ? start by doing 'ri Exception' followed by 'ri Exception.message' and others...