Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 1194 1194: def self.decode(data) 1195: offset = 0 1196: message_count = data[offset, 4].unpack(PACK_UINT32).first 1197: offset += 4 1198: self.new(message_count) 1199: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.