Returns:
24 25 26 27 28
# File 'lib/patch/io/websocket/socket.rb', line 24 def disable @socket.onmessage = nil @onmessage.clear true end