@return
# File lib/amq/protocol/client.rb, line 793 def self.decode(data) offset = 0 self.new() end
@return
# File lib/amq/protocol/client.rb, line 807 def self.encode(channel) buffer = '' buffer << @packed_indexes MethodFrame.new(buffer, channel) end
Generated with the Darkfish Rdoc Generator 2.