How do I download a file over HTTP using Ruby?
Simple...
response = Net::HTTP.get_response(URI.parse("yourURI"))