# File lib/rdoc/code_objects.rb, line 348
    def each_method
      @method_list.each {|m| yield m}
    end