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.
2 parents ea7877d + 82c980f commit 1ba5ebaCopy full SHA for 1ba5eba
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