# File lib/backports/1.8.7/method.rb, line 28 def method_with_additional_info(name) method_without_additional_info(name).tap do |bound| bound.name = name.to_s bound.receiver = self bound.owner = self.class.ancestors.find{|mod| mod.instance_methods(false).include? bound.name} end end