Method: Tuktuk.deliver_many
- Defined in:
- lib/tuktuk/tuktuk.rb
.deliver_many(messages, opts = {}) ⇒ Object
63 64 65 66 67 68 |
# File 'lib/tuktuk/tuktuk.rb', line 63 def deliver_many(, opts = {}) raise ArgumentError, "Not an array of messages: #{messages.inspect}" unless .any? self. = opts if opts.any? = reorder_by_domain() lookup_and_deliver_many() end |