= private = protected
each_method()
Iterator for methods
# File lib/rdoc/context.rb, line 729 def each_method # :yields: method return enum_for __method__ unless block_given? @method_list.sort.each { |m| yield m } end