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