# File lib/dragonfly/job/fetch_url.rb, line 33 def filename return if data_uri? @filename ||= parse_url(url).path[/[^\/]+\z/] end