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

Gem::Source::Lock

        # Gem::Source::Lock < Gem::Source

(from ruby core)
---
A Lock source wraps an installed gem's source and sorts before other
sources during dependency resolution.  This allows RubyGems to prefer
gems from dependency lock files.
---
# Class methods:

    new

# Instance methods:

    fetch_spec
    wrapped

# Attributes:

    attr_reader wrapped


      

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.