class RDoc::Context
def find_class_method_named(name)
def find_class_method_named(name) @method_list.find { |meth| meth.singleton && meth.name == name } end
def find_class_method_named(name) @method_list.find { |meth| meth.singleton && meth.name == name } end