# File lib/rq-2.3.1/qdb.rb, line 107
        def t2h tuple
#--{{{
          h = {}
          FIELDS.each_with_index{|f,i| h[f] = tuple[i]}
          h
#--}}}
        end