Benedikt Mueller wrote:
> I thougt I use rescue bla to don't put an error message.

Oh sure, you need it this way round though:

begin
  .. put the rest of your code here
rescue Errno::EPIPE
end
-- 
Posted via http://www.ruby-forum.com/.