# File lib/thread_safe/util/power_of_two_tuple.rb, line 9 def hash_to_index(hash) (size - 1) & hash end
# File lib/thread_safe/util/power_of_two_tuple.rb, line 21 def next_in_size_table self.class.new(size << 1) end
Generated with the Darkfish Rdoc Generator 2.