Actions
Bug #704
closeddelegate.rb will only delegate to specifically-named delegate object
Description
=begin
long story short, I needed to redefine getobj and setobj for a porting effort for a class that inherited from DelegateClass. The new ivar that getobj and setobj accessed was not able to be used by Delegator.delegating_block because the ivar is assumed to be named what the default is, and send is called against that.
Included is a patch which uses getobj to get that value instead.
=end
Files
Actions
Like0
Like0Like0Like0Like0