mailcatcher/lib/mail_catcher/events.rb

8 lines
114 B
Ruby
Raw Normal View History

2014-03-17 01:31:05 -04:00
require "eventmachine"
2014-03-17 01:31:05 -04:00
module MailCatcher
module Events
MessageAdded = EventMachine::Channel.new
end
end