Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 1625 1625: def self.decode(data) 1626: offset = 0 1627: length = data[offset, 1].unpack(PACK_CHAR).first 1628: offset += 1 1629: consumer_tag = data[offset, length] 1630: offset += length 1631: self.new(consumer_tag) 1632: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.