methods_by_type(section = nil)
Instance Public methods
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.
Please login to continue.