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