Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 1575 1575: def self.decode(data) 1576: offset = 0 1577: length = data[offset, 1].unpack(PACK_CHAR).first 1578: offset += 1 1579: consumer_tag = data[offset, length] 1580: offset += length 1581: self.new(consumer_tag) 1582: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.