[Source]
# File lib/backports/1.8.7/method.rb, line 17 17: def bind_with_additional_info(to) 18: bind_without_additional_info(to).tap do |bound| 19: bound.name = name 20: bound.owner = owner 21: bound.receiver = to 22: end 23: end
[Validate]