# File lib/prawn/document/bounding_box.rb, line 157 def bounding_box(*args, &block) init_bounding_box(block) do |_| map_to_absolute!(args[0]) @bounding_box = BoundingBox.new(self, *args) end end