Subject: Re: How to suppress display of specific code in irb??
From: Ryan Davis <ryand-ruby zenspider.com>
Date: Mon, 4 Oct 2010 12:40:18 +0900
References: 371023
In-reply-to: 371023
On Oct 3, 2010, at 19:33 , Don Norcott wrote:
> In interactive ruby can I suppress the output produced by
> Hpricot.XML(open(url))
easiest way is:
Hpricot.XML(open(url)); nil