From: James Gray Date: 2008-03-26T02:32:41+09:00 Subject: Re: remove regex matched line question 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