aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/numeric/infinite_comparable.rb
blob: b5f1b0487bb059d7aea0bed167decba9d5497f61 (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'active_support/core_ext/infinite_comparable'

class Float
  include InfiniteComparable
end

class BigDecimal
  include InfiniteComparable
end