Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 616 616: def self.decode(data) 617: offset = 0 618: length = data[offset, 4].unpack(PACK_UINT32).first 619: offset += 4 620: channel_id = data[offset, length] 621: offset += length 622: self.new(channel_id) 623: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.