On Sat, Oct 13, 2012 at 1:41 PM, Ferdous ara <[email protected]> wrote: > Hi > Normally when i do curl i get this > From command line
> why ruby is adding that extra line ?? > > how can i ommit this Use Net::HTTP or Mechanize instead of an external program like curl for HTTP. Then you have better control about output etc. Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/ruby-talk-google?hl=en
