From: Yukihiro Matsumoto Date: 2010-02-08T10:39:56+09:00 Subject: Re: Rescue Block does not work Hi, In message "Re: Rescue Block does not work" on Mon, 8 Feb 2010 08:46:11 +0900, Ben Vishny writes: |Does the rescue clause catch everything if no |error is provided? The rescue clause without explicit exception class catches any subclass of StandardError. matz.