# File lib/Borges/Component/DateTable.rb, line 8
  def initialize(rows)
    @start_date = nil
    @end_date = nil
    @rows = rows
  end