Module CalendarGrid::TimeProxy
In: lib/calendar_grid.rb

Mixin to send missing methods to the internal Time object so you can say my_month.year instead of my_month.date.year

Methods

==   eql?   hash   method_missing   to_s  

Public Instance methods

==(other)

Alias for eql?

Let comparisons happen on the date

also have to override hash for eql?

let to_s go to the date

[Validate]