# File lib/moqueue/overloads.rb, line 10 10: def direct(name, opts={}) 11: Moqueue::MockExchange.new(opts.merge(:direct=>name)) 12: end
# File lib/moqueue/overloads.rb, line 14 14: def fanout(name, opts={}) 15: Moqueue::MockExchange.new(opts.merge(:fanout=>name)) 16: end
# File lib/moqueue/overloads.rb, line 23 23: def direct(name, opts = {}) 24: Moqueue::MockExchange.new(opts.merge(:direct => name)) 25: end
# File lib/moqueue/overloads.rb, line 27 27: def fanout(name, opts = {}) 28: Moqueue::MockExchange.new(opts.merge(:fanout => name)) 29: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.