@return
# File lib/amq/protocol/client.rb, line 625 def self.encode(channel, out_of_band) buffer = '' buffer << @packed_indexes buffer << out_of_band.bytesize.chr buffer << out_of_band MethodFrame.new(buffer, channel) end
Generated with the Darkfish Rdoc Generator 2.