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

Gem::Dependency

        # Gem::Dependency < Object

(from ruby core)
---
The Dependency class holds a Gem name and a Gem::Requirement.
---
# Constants:

TYPES
:   Valid dependency types.


# Class methods:

    new

# Instance methods:

    <=>
    ===
    =~
    identity
    latest_version?
    match?
    matches_spec?
    matching_specs
    merge
    name
    prerelease
    prerelease?
    prioritizes_bundler?
    requirement
    requirements_list
    runtime?
    specific?
    to_spec
    to_specs
    type

# Attributes:

    attr_accessor name
    attr_writer prerelease


      

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.