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