On Nov 16, 2:55 pm, "David A. Black" <dbl... / rubypal.com> wrote: > Hi -- > > > > On Sat, 17 Nov 2007, ara.t.howard wrote: > > > On Nov 16, 2007, at 3:12 AM, Robert Klemme wrote: > > >> response = http.response > > >> if response > >> ... > >> end > > > this just jumped into mind > > > unless [ response = http.response ].empty? > > p response.body.size > > end > > > i've never used that, but it's kind of interesting... > > When would it ever be empty? > > David > > sorry - through a compact in there... personally i prefer the '=' sign in there...