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

DidYouMean::TreeSpellChecker

        # DidYouMean::TreeSpellChecker < Object

(from ruby core)
---
spell checker for a dictionary that has a tree structure, see
doc/tree_spell_checker_api.md
---
# Class methods:

    new

# Instance methods:

    augment
    correct
    correct_element
    dictionary
    dictionary_without_leaves
    dimensions
    fall_back_to_normal_spell_check
    find_ideas
    find_leaves
    find_suggestions
    ideas_to_paths
    normalize
    plausible_dimensions
    possible_paths
    separator
    tree_depth

# Attributes:

    attr_reader augment
    attr_reader dictionary
    attr_reader separator


      

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.