# File lib/later_dude/calendar.rb, line 22
    def to_html
      content_tag(:table, :class => "#{@options[:calendar_class]}") do
        content_tag(:thead, "#{show_month_names}#{show_day_names}".html_safe) + content_tag(:tbody, show_days)
      end
    end