# File lib/prawn/layout/grid.rb, line 8
    def define_grid(options = {})
      @grid = Grid.new(self, options)
    end