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

Gem::Source::Git

        # Gem::Source::Git < Gem::Source

(from ruby core)
---
A git gem for use in a gem dependencies file.

Example:

    source =
      Gem::Source::Git.new 'rake', 'git@example:rake.git', 'rake-10.1.0', false

    source.specs
---
# Class methods:

    new

# Instance methods:

    <=>
    name
    need_submodules
    reference
    remote
    repository
    root_dir
    specs

# Attributes:

    attr_accessor remote
    attr_accessor root_dir
    attr_reader name
    attr_reader need_submodules
    attr_reader reference
    attr_reader repository


      

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.