# File lib/calendar_grid.rb, line 203
    def initialize(date, today=false, proxy=false, &plugin)
      @date, @today, @proxy = date, today, proxy
      @plugin = plugin.call(self) if plugin
    end