# File lib/rack/websocket/application.rb, line 23 def call(env) detect_handler(env) dup._call(env) end