manual/bounding_box/stretchy.rb in prawn-2.2.2 vs manual/bounding_box/stretchy.rb in prawn-2.3.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
# Bounding Boxes accept an optional <code>:height</code> parameter. Unless it
# is provided the bounding box will be stretchy. It will expand the height to
# fit all content generated inside it.
require_relative '../example_helper'