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