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

class Time
  include InfiniteComparable
end