aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date/infinite_comparable.rb
blob: ca5d79394258c298620c3a44aa1d5ee64a1f2052 (plain) (blame)
1
2
3
4
5
require 'active_support/core_ext/infinite_comparable'

class Date
  include InfiniteComparable
end