# File lib/rack/websocket/handler/base.rb, line 25
        def send_data(data)
          raise 'Not implemented'
        end