Method: ActionCable::Connection::Base#transmit
- Defined in:
- actioncable/lib/action_cable/connection/base.rb
#transmit(cable_message) ⇒ Object
:nodoc:
104 105 106 |
# File 'actioncable/lib/action_cable/connection/base.rb', line 104 def transmit() # :nodoc: websocket.transmit encode() end |