# File lib/dragonfly/job/fetch_url.rb, line 29
      def url
        @url ||= uri =~ /\A\w+:[^\d]/ ? uri : "http://#{uri}"
      end