In message "[ruby-talk:9201] Re: what about this begin?"
    on 01/01/12, "Franz GEIGER" <fgeiger / datec.at> writes:
>So why isn't it called 'try'?

>> > Hiyas. I am a bit puzzled about the use of 'do', 'begin' and 'end'. Why

Maybe `try' sounds challenging.  In usual case, an exception is just
an exception, not an outcome of a challenge.  Indeed, `resuce' in
begin-end is optional. 

-- Gotoken