Sha256: d424fc836e704b4e7094afd75eb3de5168a05c12bff47f338cc42e4578baf59d
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 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.queue}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
broker-0.0.9 | lib/broker/application.rb |