lib/cal/day.rb in cal-0.6.1 vs lib/cal/day.rb in cal-0.6.2

- old
+ new

@@ -1,10 +1,10 @@ require 'active_support/core_ext/module/delegation' +require 'active_support/time' module Cal class Day - include Comparable def initialize(date, calendar) @date = date @calendar = calendar @@ -27,8 +27,7 @@ end def number date.day end - end end \ No newline at end of file