manual/text/paragraph_indentation.rb in prawn-2.2.2 vs manual/text/paragraph_indentation.rb in prawn-2.3.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
# Prawn strips all whitespace from the beginning and the end of strings so there
# are two ways to indent paragraphs:
#
# One is to use non-breaking spaces which Prawn won't strip. One shortcut to
# using them is the <code>Prawn::Text::NBSP</code>.