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