module Utopia

Public Class Methods

WebSocket?(env) click to toggle source
# File lib/utopia/websocket.rb, line 25
def self.WebSocket?(env)
        ::WebSocket::Driver.websocket?(env)
end