Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 486 486: def self.decode(data) 487: offset = 0 488: length = data[offset, 1].unpack(PACK_CHAR).first 489: offset += 1 490: known_hosts = data[offset, length] 491: offset += length 492: self.new(known_hosts) 493: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.