mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-10-31 23:45:06 -04:00
8 lines
114 B
Ruby
8 lines
114 B
Ruby
require "eventmachine"
|
|
|
|
module MailCatcher
|
|
module Events
|
|
MessageAdded = EventMachine::Channel.new
|
|
end
|
|
end
|