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.

sequence
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context/RDoc::Context::Section

sequence() Instance Public methods

2025-01-10 15:47:30