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

<=>

        # OpenSSL::X509::Name.<=>

(from ruby core)
### Implementation from Name
---
    <=>(p1)

---

Compares this Name with *other* and returns `0` if they are the same and
`-1` or `+1` if they are greater or less than each other respectively.
Returns `nil` if they are not comparable (i.e. different types).


(This method is an alias for OpenSSL::X509::Name#cmp.)

Compares this Name with *other* and returns `0` if they are the same and
`-1` or `+1` if they are greater or less than each other respectively.
Returns `nil` if they are not comparable (i.e. different types).



      

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.