Hi,

At Wed, 12 Mar 2008 23:19:49 +0900,
Fred Talpiot wrote in [ruby-talk:294281]:
> 3) 'unless' can be followed by 'elsunless', but it does not run okay.
> 3a) 'if' can also be followed by 'elsunless', with the same dismal
> results.

No such keyword.

> unless true
>   puts "wrong wrong"
> elsunless false

This is assumed a method call, but not reached.

-- 
Nobu Nakada