Guy Decoux wrote:

> Not valid, ruby don't understand 'a == b == c'

I would have almost answered the same.

My question is:

Shouldn't it be parsed as (a==b)==c, which, of course
would produce a runtime error but no parse error...?

Christian