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

===

        # Gem::Platform.===

(from ruby core)
### Implementation from Platform
---
    ===(other)

---

Does `other` match this platform?  Two platforms match if they have the
same CPU, or either has a CPU of 'universal', they have the same OS, and
they have the same version, or either has no version.

Additionally, the platform will match if the local CPU is 'arm' and the
other CPU starts with "arm" (for generic ARM family support).



      

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.