Class: ChocolateRain::Loader

Inherits:
Object
  • Object
show all
Defined in:
lib/chocolate_rain.rb

Class Method Summary collapse

Class Method Details

.doObject



16
17
18
19
20
21
22
# File 'lib/chocolate_rain.rb', line 16

def self.do
  puts "Starting MailFetcher"
  ChocolateRain::MailFetcher.start
  puts "Starting FtpMachine"
  ChocolateRain::FtpMachine.start
  puts "All started"
end