Protocol::Method
@return
# File lib/amq/protocol/client.rb, line 600 600: def self.encode(channel, out_of_band) 601: buffer = "" 602: buffer << @packed_indexes 603: buffer << out_of_band.bytesize.chr 604: buffer << out_of_band 605: MethodFrame.new(buffer, channel) 606: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.