Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 356 356: def self.decode(data) 357: offset = 0 358: length = data[offset, 4].unpack(PACK_UINT32).first 359: offset += 4 360: challenge = data[offset, length] 361: offset += length 362: self.new(challenge) 363: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.