Class: Broker::Application

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

Class Method Summary collapse

Class Method Details

.boot!Object



10
11
12
13
# File 'lib/broker/application.rb', line 10

def self.boot!      
  puts "starting up"
  puts "watching for files in #{Broker.options[:queue]}"
end