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