Build a calendar builder = CalendarGrid::Builder.new calendar = builder.build
Create a new Builder. Can specify the start date and number of months to build. Defaults to today and 12 months
Execute the builder and return a Calendar object. Use a block that accepts |day| if you want to add a plugin to each Day
[Validate]