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

DidYouMean::MethodNameChecker

        # DidYouMean::MethodNameChecker < Object

(from ruby core)
---
# Constants:

NAMES_TO_EXCLUDE
:   [not documented]
RB_RESERVED_WORDS
:   `MethodNameChecker::RB_RESERVED_WORDS` is the list of reserved words
    in Ruby that take an argument. Unlike
    `VariableNameChecker::RB_RESERVED_WORDS`, these reserved words
    require an argument, and a `NoMethodError` is raised due to the
    presence of the argument.

    The `MethodNameChecker` will use this list to suggest a reversed
    word if a `NoMethodError` is raised and found closest matches.

    Also see `VariableNameChecker::RB_RESERVED_WORDS`.


# Class methods:

    new

# Instance methods:

    corrections
    method_name
    method_names
    names_to_exclude
    receiver

# Attributes:

    attr_reader method_name
    attr_reader receiver


      

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.