# File lib/prawn/layout/grid.rb, line 51
      def row_height
       @row_height ||= subdivide(pdf.bounds.height, rows)
      end