# File lib/em-http/client.rb, line 287 def send(data) if @state == :websocket send_data("\x00#{data}\xff") end end