Sha256: 2f7e4b074f4370d17c7f53073d02f673003d17a00944fcf30e89d02e598e1603
Contents?: true
Size: 302 Bytes
Versions: 46
Compression:
Stored size: 302 Bytes
Contents
module Fulmar module Service # Initializes the rake service and starts it class BootstrapService def initialize $logger = Fulmar::Service::LoggerService.new(STDOUT) end def fly Fulmar::Domain::Service::ApplicationService.new.run end end end end
Version data entries
46 entries across 46 versions & 1 rubygems