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

abbreviate

        # Gem::Specification.abbreviate

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

---

Abbreviate the spec for downloading.  Abbreviated specs are only used
for searching, downloading and related activities and do not need
deployment specific information (e.g. list of files).  So we abbreviate
the spec, making it much smaller for quicker downloads.



      

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.