# File lib/rack/websocket/handler/base.rb, line 14 def initialize(parent, options = {}) @parent = parent @options = options[:backend] || {} end