method

methods_by_type

ruby latest stable - Class: RDoc::Context
methods_by_type(section = nil)
public

Breaks method_list into a nested hash by type ('class' or 'instance') and visibility (:public, :protected, :private).

If section is provided only methods in that RDoc::Context::Section will be returned.