lib/backports/1.9.2/float/infinity.rb



unless Float.const_defined? :INFINITY
  Float::INFINITY = 1.0/0.0
end