From: Ferdous ara Date: 2012-10-13T20:41:13+09:00 Subject: curl output from ruby script Hi Normally when i do curl i get this From command line curl localhost

test

but when i run this from ruby script, i get this ruby test.rb % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 44 100 44 0 0 25042 0 --:--:-- --:--:-- --:--:-- 44000

test

why ruby is adding that extra line ?? how can i ommit this % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 44 100 44 0 0 25042 0 --:--:-- --:--:-- --:--:-- 44000 ?? Thanks for your help. -- Posted via http://www.ruby-forum.com/.