Sha256: c0c8f12bb2804e92ad9a00e44e3c3b8214095d0658d8ebcceb0932b10058bab0
Contents?: true
Size: 152 Bytes
Versions: 2
Compression:
Stored size: 152 Bytes
Contents
module DCell # Actors which run when DCell is active class Application < Celluloid::Application supervise Server, :as => :dcell_server end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dcell-0.7.1 | lib/dcell/application.rb |
dcell-0.0.1 | lib/dcell/application.rb |