[ruby-talk:02543] Re: 'in' vs. 'into'

From: Dave Thomas <Dave@...>
Date: 2000-04-21 05:49:51 UTC
List: ruby-talk #2543
matz@netlab.co.jp (Yukihiro Matsumoto) writes:

> |	>  * rescue IOError into var

well, if you didn't like

        rescue IOError |var|

how about

    rescue in var when IOError

Uses existing reserved words, _and_ moves Ruby away from Perl and
towards Cobol ;-)


Dave

In This Thread