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 ea7877d commit 82c980fCopy full SHA for 82c980f
lib/concurrent/atomic/mutex_atomic_boolean.rb
@@ -50,6 +50,8 @@ def ns_initialize(initial)
50
@value = !!initial
51
end
52
53
+ private
54
+
55
# @!visibility private
56
def ns_make_value(value)
57
old = @value
0 commit comments