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

Gem::Source

        # Gem::Source < Object

---
# Includes:
(from ruby core)
    Comparable
    Gem::Text

(from ruby core)
---
A Source knows how to list and fetch gems from a RubyGems marshal index.

There are other Source subclasses for installed gems, local gems, the
bundler dependency API and so-forth.
---
# Class methods:

    new

# Instance methods:

    <=>
    cache_dir
    download
    enforce_trailing_slash
    fetch_spec
    load_specs
    typo_squatting?
    update_cache?
    uri

# Attributes:

    attr_reader uri


      

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.