# File lib/dragonfly/job.rb, line 133
      def url
        @url ||= (args.first[%r<^\w+://>] ? args.first : "http://#{args.first}")
      end