Sha256: 6c3400e7de30e1d6f27edcfdc5e666db57ca71bcbc9b9562cd3a5afbc500b581
Contents?: true
Size: 202 Bytes
Versions: 31
Compression:
Stored size: 202 Bytes
Contents
module LucidChannel class Base if RUBY_ENGINE != 'opal' def self.inherited(base) Isomorfeus.add_valid_channel_class(base) end end include LucidChannel::Mixin end end
Version data entries
31 entries across 31 versions & 1 rubygems