lib/dolzenko/remote_download.rb in dolzenko-0.0.21 vs lib/dolzenko/remote_download.rb in dolzenko-0.0.22

- old
+ new

@@ -1,5 +1,6 @@ module Dolzenko +# Simple `Net::HTTP` mumbo jumbo we all have to use occasionally. module RemoteDownload # Returns IO object to be used with attachment_fu models, if retrieval fails - return nil def get_uploaded_data(url, follow_redirect = 2) uri = URI.parse(url) \ No newline at end of file