Skip to content

Commit

Permalink
Merge pull request #771 from herwinw/atomic_boolean_private
Browse files Browse the repository at this point in the history
Make MutexAtomicBoolean#ns_make_value private
  • Loading branch information
pitr-ch committed Nov 5, 2018
2 parents ea7877d + 82c980f commit 1ba5eba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/concurrent/atomic/mutex_atomic_boolean.rb
Expand Up @@ -50,6 +50,8 @@ def ns_initialize(initial)
@value = !!initial
end

private

# @!visibility private
def ns_make_value(value)
old = @value
Expand Down

0 comments on commit 1ba5eba

Please sign in to comment.