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.5.5 lib/lucid_channel/base.rb
isomorfeus-transport-2.5.4 lib/lucid_channel/base.rb
isomorfeus-transport-2.5.3 lib/lucid_channel/base.rb
isomorfeus-transport-2.5.2 lib/lucid_channel/base.rb
isomorfeus-transport-2.5.1 lib/lucid_channel/base.rb
isomorfeus-transport-2.5.0 lib/lucid_channel/base.rb
isomorfeus-transport-2.4.2 lib/lucid_channel/base.rb
isomorfeus-transport-2.4.1 lib/lucid_channel/base.rb
isomorfeus-transport-2.4.0 lib/lucid_channel/base.rb
isomorfeus-transport-2.3.1 lib/lucid_channel/base.rb
isomorfeus-transport-2.3.0 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.11 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.10 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.9 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.8 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.7 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.6 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.5 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.4 lib/lucid_channel/base.rb
isomorfeus-transport-2.2.3 lib/lucid_channel/base.rb