lib/amqp/protocol.rb in tmm1-amqp-0.6.3 vs lib/amqp/protocol.rb in tmm1-amqp-0.6.4

- old
+ new

@@ -30,10 +30,10 @@ end end def to_binary buf = Buffer.new - buf.write :short, self.class.parent.id + buf.write :short, self.class.section.id buf.write :short, self.class.id bits = [] self.class.arguments.each do |type, name| \ No newline at end of file