# File lib/amqp/protocol.rb, line 154 def self.parse buf buf = Buffer.new(buf) unless buf.is_a? Buffer class_id, method_id = buf.read(:short, :short) classes[class_id].methods[method_id].new(buf) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.