# File lib/amq/protocol/table_value_decoder.rb, line 136 def self.decode_value_type(data, offset) [data.slice(offset, 1), offset + 1] end