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

to_ruby

        # Gem::Specification.to_ruby

(from ruby core)
### Implementation from Specification
---
    to_ruby()

---

Returns a Ruby code representation of this specification, such that it
can be eval'ed and reconstruct the same specification later.  Attributes
that still have their default values are omitted.



      

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.