# File lib/facets/more/infinity.rb, line 117
  def <=>(other)
    case other
    when InfinityClass
      @direction <=> other.direction
    else
      @direction
    end
  end