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