module Dl def self.download(url) session = Patron::Session.new response = session.get url puts response.body end end