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