Sha256: 95f37624cb7fca79e3f4bc9272443ed66f2c34025eba882ec2fdbe70705277f9

Contents?: true

Size: 165 Bytes

Versions: 5

Compression:

Stored size: 165 Bytes

Contents

module CelluloidPubsub
  class Registry
    include ActiveSupport::Configurable
    class << self
      attr_accessor :channels
    end
    @channels = []
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
celluloid_pubsub-0.0.5 lib/celluloid_pubsub/registry.rb
celluloid_pubsub-0.0.4 lib/celluloid_pubsub/registry.rb
celluloid_pubsub-0.0.3 lib/celluloid_pubsub/registry.rb
celluloid_pubsub-0.0.2 lib/celluloid_pubsub/registry.rb
celluloid_pubsub-0.0.1 lib/celluloid_pubsub/registry.rb