module WebSocket::ExceptionHandler
Attributes
Public Class Methods
Source
# File lib/websocket/exception_handler.rb, line 7 def self.included(base) base.extend(ClassMethods) end
# File lib/websocket/exception_handler.rb, line 7 def self.included(base) base.extend(ClassMethods) end