accessing libcurl from Ruby
libcurl is a solid and reliable multi-protocol file transfer library for URL
syntax defined files. We can take advantage of libcurl straight from within
our Ruby programs.
All you need to do is to install one of these packages and then you'll be
able to use it.
curb.rubyforge.org and curl-multi
Credits
The curb Ruby binding was written by Ross Bamford.
curl-multi is written by Kristjan Petursson and Keith Rarick
What is Ruby?
Yohttp://curl-multi.rubyforge.org/u'll find more info on the official
Ruby web page.