# File lib/rdoc/context.rb, line 709 def find_class_method_named(name) @method_list.find { |meth| meth.singleton && meth.name == name } end