# File lib/prawn/layout/grid.rb, line 170
      def initialize(pdf, b1, b2)
        @pdf = pdf
        @bs = [b1, b2]
      end