Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 1837 1837: def self.decode(data) 1838: offset = 0 1839: length = data[offset, 1].unpack(PACK_CHAR).first 1840: offset += 1 1841: cluster_id = data[offset, length] 1842: offset += length 1843: self.new(cluster_id) 1844: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.