# File lib/thread_safe/util/power_of_two_tuple.rb, line 17 def volatile_set_by_hash(hash, value) volatile_set(hash_to_index(hash), value) end