class RDoc::Context

def each_method # :yields: method

:yields: method
def each_method # :yields: method
  @method_list.sort.each {|m| yield m}
end