mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-11-01 07:55:05 -04:00
6 lines
98 B
Ruby
6 lines
98 B
Ruby
require 'eventmachine'
|
|
|
|
module MailCatcher::Events
|
|
MessageAdded = EventMachine::Channel.new
|
|
end
|