# File lib/thread_safe/util/volatile_tuple.rb, line 24
      def volatile_get(i)
        @tuple[i].get
      end