From: Brian Candler Date: 2009-08-27T02:46:39+09:00 Subject: Re: ||= with 1.8 and 1.9 ? Rick Denatale wrote: > As for why Ruby1.9 is treating the ||= form differently, I haven't > figured that out. I always thought that a ||= b was just a shortcut for a = a || b, but it looks like that's not necessarily true in 1.9. -- Posted via http://www.ruby-forum.com/.