I was writing about exceptions, and explaining the new rescue MyException in myVar syntax, when I got to thinking. I'm wondering if it would read better if it said: rescue MyException into myVar The 'into' gives a hint that the exception is going to be stored in the variable, while 'in' almost suggests that the variable has something to do with the exception class _before_ the exception is raised. What do y'all think? Dave