Sha256: 6e72c18137d878dd100aea534879acf1b2e9358d859b8dd64af185f4104f29a2

Contents?: true

Size: 174 Bytes

Versions: 58

Compression:

Stored size: 174 Bytes

Contents

module LucidChannel
  class Base
    def self.inherited(base)
      base.include LucidChannel::Mixin
      Isomorfeus.add_valid_channel_class(base)
    end
  end
end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
isomorfeus-transport-2.2.2 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.1 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.0 lib/lucid_channel/base.rb
isomorfeus-transport-2.1.1 lib/lucid_channel/base.rb
isomorfeus-transport-2.1.0 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.22 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.21 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.20 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.19 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.18 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.17 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.16 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.15 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.14 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.13 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.12 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.11 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.10 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.9 lib/lucid_channel/base.rb
isomorfeus-transport-2.0.8 lib/lucid_channel/base.rb