lib/pdfkit/html_preprocessor.rb in pdfkit-0.8.5 vs lib/pdfkit/html_preprocessor.rb in pdfkit-0.8.6
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
class PDFKit
module HTMLPreprocessor
# Change relative paths to absolute, and relative protocols to absolute protocols
def self.process(html, root_url, protocol)