Libraries
»
factor
(0.5.07)
»
Index
»
Factor
»
WebSocketManager
»
#closing?
Method: Factor::WebSocketManager#closing?
Defined in:
lib/websocket_manager.rb
#
closing?
⇒
Boolean
Returns:
(
Boolean
)
52 53 54
# File 'lib/websocket_manager.rb', line 52
def
closing?
@state
==
:closing
end