Type:
Class
Constants:
TYPES : %w[class instance]

Types of methods

TOMDOC_TITLES : [nil, 'Public', 'Internal', 'Deprecated']

If a context has these titles it will be sorted in this order.

TOMDOC_TITLES_SORT : TOMDOC_TITLES.sort_by { |title| title.to_s }

A Context is something that can hold modules, classes, methods, attributes, aliases, requires, and includes. Classes, modules, and files are all Contexts.

add_module_alias
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context

add_module_alias(from, name, file) Instance Public methods Adds an alias from

2025-01-10 15:47:30