Class: Broker::Application
- Inherits:
-
Object
- Object
- Broker::Application
- 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.[:queue]}" end |