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

<=>

        # Gem::Source::SpecificFile.<=>

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

---

#### (Uses superclass method RDoc::AnyMethod: Gem::Source#<=>)
---

Orders this source against `other`.

If `other` is a SpecificFile from a different gem name `nil` is
returned.

If `other` is a SpecificFile from the same gem name the versions are
compared using Gem::Version#<=>

Otherwise Gem::Source#<=> is used.



      

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.