lib/cotton_tail/dsl/queue.rb in cotton-tail-0.4.0 vs lib/cotton_tail/dsl/queue.rb in cotton-tail-0.4.1

- old
+ new

@@ -18,11 +18,9 @@ def topic(routing_prefix, &block) topic = Topic.new(routing_prefix, self) topic.instance_eval(&block) end - private - def bind(key) return unless @queue.respond_to?(:bind) @queue.bind key end