Skip to content

Commit eb44bf8

Browse files
committed
Removed incorrectly behaving code I added to fix IVar + Dereferenceable.
1 parent a3b7347 commit eb44bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/ivar.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def complete(success, value, reason)
7171
event.set
7272
end
7373

74-
@observers.notify_and_delete_observers(Time.now, self.value, self.reason)
74+
@observers.notify_and_delete_observers(Time.now, value, reason)
7575
end
7676

7777
end

0 commit comments

Comments
 (0)