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.
methods_by_type(section = nil)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.