Subject: Re: remove regex matched line question
From: James Gray <james grayproductions.net>
Date: Wed, 26 Mar 2008 02:32:41 +0900
References: 295712295715295719295726
In-reply-to: 295726
On Mar 25, 2008, at 12:12 PM, Mateusz Tybura wrote:
> If you want to show one element in one line try it:
>
> a.each {|s| puts s}
Or the even easier:
puts a
;)
James Edward Gray II