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

=~

        # Gem::Dependency.=~

(from ruby core)
### Implementation from Dependency
---
    =~(other)

---

Uses this dependency as a pattern to compare to `other`. This dependency
will match if the name matches the other's name, and other has only an
equal version requirement that satisfies this dependency.



      

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.