# File lib/later_dude/calendar_helper.rb, line 3
    def calendar_for(year, month, options={}, &block)
      Calendar.new(year, month, options, &block).to_html
    end