class Midnight::BusinessLogic::EventQueue
Public Instance Methods
call(events, **metadata)
click to toggle source
Calls superclass method
Midnight::BusinessLogic::EventDispatcher#call
# File lib/midnight/business_logic/event_queue.rb, line 4 def call(events, **metadata) events.each do |event| super(event, **metadata) end end