# File lib/wicked_pdf/wicked_pdf_helper/assets.rb, line 46
      def wicked_pdf_asset_path(asset)
        if (pathname = asset_pathname(asset).to_s) =~ URI_REGEXP
          pathname
        else
          "file:///#{pathname}"
        end
      end