Skip to content

Instantly share code, notes, and snippets.

@TikiTDO
Created July 19, 2013 05:30
Show Gist options
  • Save TikiTDO/6036866 to your computer and use it in GitHub Desktop.
Save TikiTDO/6036866 to your computer and use it in GitHub Desktop.
require 'httpclient'
cln = HTTPClient.new
cln.get_content('http://ipv4.download.thinkbroadband.com/5MB.zip') do |s|
puts 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment