method
open
v6.1.7.7 -
Show latest stable
- Class:
ActionCable::Connection::ClientSocket
open()private
No documentation available.
# File actioncable/lib/action_cable/connection/client_socket.rb, line 121
def open
return unless @ready_state == CONNECTING
@ready_state = OPEN
@event_target.on_open
end