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

Gem::BasicSpecification

        # Gem::BasicSpecification < Object

---
# Extended by:
Gem::Deprecate (from ruby core)

(from ruby core)
---
BasicSpecification is an abstract class which implements some common
code used by both Specification and StubSpecification.
---
# Class methods:

    default_specifications_dir
    new

# Instance methods:

    activated?
    base_dir
    contains_requirable_file?
    datadir
    default_gem?
    extension_dir
    extensions_dir
    full_gem_path
    full_name
    full_require_paths
    gem_dir
    gems_dir
    have_extensions?
    have_file?
    lib_dirs_glob
    loaded_from
    matches_for_glob
    name
    platform
    plugins
    require_paths
    source_paths
    stubbed?
    this
    to_fullpath
    to_spec
    version

# Attributes:

    attr_accessor loaded_from


      

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.