We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3982dfd commit 14e4cb3Copy full SHA for 14e4cb3
lib/concurrent/atomic/copy_on_notify_observer_set.rb
@@ -23,8 +23,6 @@ def add_observer(observer, func=:update)
23
func
24
end
25
26
- alias_method :add_watch, :add_observer
27
-
28
# @param [Object] observer the observer to remove
29
# @return [Object] the deleted observer
30
def delete_observer(observer)
0 commit comments