From: matz@... (Yukihiro Matsumoto) Date: 2004-03-12T12:21:41+09:00 Subject: Re: patch to tempfile.rb to handle ENAMETOOLONG Hi, In message "Re: patch to tempfile.rb to handle ENAMETOOLONG" on 04/03/12, nobu.nokada@softhome.net writes: |What about this? | | begin | method_raises_something | rescue *[defined?(SomeError) && SomeError].compact | retry | end Yep. But I feel like this should be done easier. matz.