Actions
Bug #1220
closedDRb::Observable notify_observers
Bug #1220:
DRb::Observable notify_observers
Description
=begin
The module oberservable uses now a hash to store listeners.
The notify_observers method of DRb::Observer therefore should iterate through a hash not an array.
=end
Files
Actions