# File lib/thread_safe/util/atomic_reference.rb, line 18 def get @___mutex.synchronize { @___value } end