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