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
7 8 9 |
# File 'lib/lite_cable/anycable.rb', line 7 def self.extended(base) base.prepend InstanceMethods end |
Instance Method Details
#call(socket, **options) ⇒ Object
11 12 13 |
# File 'lib/lite_cable/anycable.rb', line 11 def call(socket, **) new(socket, **) end |