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
??