From: "Xavier R." Date: 2013-02-23T07:19:53+09:00 Subject: Re: Not able to understand the difference between "||=" and "|=". Justin Collins wrote in post #1098511: > On 02/22/2013 01:32 PM, Xavier R. wrote: >> from your reference - >>>> >> > > > Is `a` nil or false? @justin not understood your point? yes the `a` is empty as we can see below: >> a = [] => [] >> a.empty? => true >> -- Posted via http://www.ruby-forum.com/.