On Fri, Feb 23, 2007 at 05:34:53PM +0900, Mage wrote:
> Robert Klemme wrote:
> >
> > rescue without exception spec just handles RuntimeError - that's also
> > documented behavior IIRC.
> >
> I think it's not documented, or I just skipped?
> 
> http://www.rubycentral.com/book/tut_exceptions.html

which does say:

"If you write a rescue clause with no parameter list, the parameter defaults
to StandardError."