examples/simple_fanout.rb in celldee-bunny-0.3.0 vs examples/simple_fanout.rb in celldee-bunny-0.3.1

- old
+ new

@@ -8,10 +8,10 @@ $:.unshift File.dirname(__FILE__) + '/../lib' require 'bunny' -b = Bunny::Client.new(:logging => true) +b = Bunny.new(:logging => true) # start a communication session with the amqp server b.start # declare queues \ No newline at end of file