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.