From: Pit Capitain Date: 2006-05-25T04:58:15+09:00 Subject: Re: ifs and scope newbie schrieb: > in my previous thread "disappearing hash values" it was pointed out to > me that a new if is a new scope I don't think this is true. In Ruby 1.8.4: if 2 > 1 v = true end p v # => true Regards, Pit