# File lib/premailer/rails/css_loaders/file_system_loader.rb, line 12
        def file_name(url)
          path = URI(url).path
          if relative_url_root
            path = path.sub(/\A#{relative_url_root.chomp('/')}/, '')
          end
          asset_filename(path)
        end