# File lib/rdoc/context.rb, line 562
  def class_method_list
    @class_method_list ||= method_list.select { |a| a.singleton }
  end