Module: LiteCable::AnyCable::Connection

Defined in:
lib/lite_cable/anycable.rb

Overview

:nodoc:

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



15
16
17
# File 'lib/lite_cable/anycable.rb', line 15

def self.extended(base)
  base.prepend InstanceMethods
end

Instance Method Details

#call(socket, **options) ⇒ Object Also known as: create



19
20
21
# File 'lib/lite_cable/anycable.rb', line 19

def call(socket, **options)
  new(socket, options)
end