# File lib/moqueue/overloads.rb, line 10 def direct(name, opts={}) Moqueue::MockExchange.new(opts.merge(:direct=>name)) end
# File lib/moqueue/overloads.rb, line 14 def fanout(name, opts={}) Moqueue::MockExchange.new(opts.merge(:fanout=>name)) end
# File lib/moqueue/overloads.rb, line 23 def direct(name, opts = {}) Moqueue::MockExchange.new(opts.merge(:direct => name)) end
# File lib/moqueue/overloads.rb, line 27 def fanout(name, opts = {}) Moqueue::MockExchange.new(opts.merge(:fanout => name)) end
Generated with the Darkfish Rdoc Generator 2.