Sha256: 1421f9c3a409bc385d32bdb3e90fc8edf63e7c79009487b127bfb48854bd9737

Contents?: true

Size: 327 Bytes

Versions: 1

Compression:

Stored size: 327 Bytes

Contents

begin
  require File.expand_path('../../../config/initializers/broker', __FILE__)
rescue LoadError => e
  warn 'Could not load "initializers/broker"'
end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
broker-0.1.1 lib/broker/application.rb