This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

<=>

        # Gem::Version.<=>

(from ruby core)
### Implementation from Version
---
    <=>(other)

---

Compares this version with `other` returning -1, 0, or 1 if the other
version is larger, the same, or smaller than this one. Attempts to
compare to something that's not a `Gem::Version` or a valid version
String return `nil`.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.