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