Range documentation as changed

In Class: Range (Ruby 1.8.7) it says:
Ranges can be constructed using objects of any type, as long as the
objects can be compared using their <=> operator and they support the
succ method to return the next object in sequence.

In Class: Range (Ruby 1.9.3) the above statement seems
to have disappeared. Has the semantics changed?

Ralph S.

Has the semantics changed?

I don’t think they have, but it seems as if documentation is missing on
Class: Range (Ruby 1.9.3).

Anyone knows what happened to the documentation? It seems as if it
disappeared. :smiley: