# File lib/calendar_grid.rb, line 155 def method_missing(symbol, *args) @date.respond_to?(symbol) ? @date.send(symbol, *args) : super end