class WebSocketServer
Public Instance Methods
response(env)
click to toggle source
# File examples/server.rb, line 18 def response(env) App.call(env) end
# File examples/server.rb, line 18 def response(env) App.call(env) end