Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 762 762: def self.decode(data) 763: offset = 0 764: self.new() 765: end
@return
# File lib/amq/protocol/client.rb, line 776 776: def self.encode(channel) 777: buffer = "" 778: buffer << @packed_indexes 779: MethodFrame.new(buffer, channel) 780: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.