Class: Async::WebSocket::Connection
- Inherits:
-
Object
- Object
- Async::WebSocket::Connection
- Defined in:
- sig/_external.rbs
Instance Method Summary collapse
Instance Method Details
#close ⇒ void
This method returns an undefined value.
76 |
# File 'sig/_external.rbs', line 76
def close: () -> void
|
#read ⇒ Object
75 |
# File 'sig/_external.rbs', line 75
def read: () -> untyped
|
#write ⇒ void
This method returns an undefined value.
74 |
# File 'sig/_external.rbs', line 74
def write: (untyped) -> void
|