# File lib/facets/more/infinity.rb, line 146
  def infinite?
    return false if NaN == self
    InfinityClass === self
  end