Class: ChocolateRain::Loader
- Inherits:
-
Object
- Object
- ChocolateRain::Loader
- Defined in:
- lib/chocolate_rain.rb
Class Method Summary collapse
Class Method Details
.do ⇒ Object
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 |