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.

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

class_method_list() Instance Public methods

2025-01-10 15:47:30
remove_from_documentation?
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context

remove_from_documentation?() Instance Public methods Should we remove this context

2025-01-10 15:47:30
add_class_or_module
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context

add_class_or_module(mod, self_hash, all_hash) Instance Public methods Adds the

2025-01-10 15:47:30
find_method_named
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context

find_method_named(name) Instance Public methods Finds a instance or module method

2025-01-10 15:47:30
==
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context/RDoc::Context::Section

==(other) Instance Public methods Sections are equal when they have the same

2025-01-10 15:47:30
classes
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context

classes() Instance Public methods Array of classes in this context

2025-01-10 15:47:30
extract_comment
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context/RDoc::Context::Section

extract_comment(comment) Instance Public methods Extracts the comment for this

2025-01-10 15:47:30
remove_invisible
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context

remove_invisible(min_visibility) Instance Public methods Removes methods and

2025-01-10 15:47:30
each_method
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context

each_method() Instance Public methods Iterator for methods

2025-01-10 15:47:30
name_for_path
  • References/Ruby on Rails/Ruby/Classes/RDoc/RDoc::Context

name_for_path() Instance Public methods Name to use to generate the url.

2025-01-10 15:47:30