Skip to content

Instantly share code, notes, and snippets.

@pupca
Created March 2, 2011 00:49
Show Gist options
  • Save pupca/850232 to your computer and use it in GitHub Desktop.
Save pupca/850232 to your computer and use it in GitHub Desktop.
skrzemor_deal_image = Net::HTTP.get(URI.parse(image))
tempfile = Tempfile.new('deal')
File.open(tempfile.path,'w') do |f|
f.write skrzemor_deal_image
end
skrzemor_deal_image = tempfile.path
save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment