Method: Faye::Server::Socket#send
- Defined in:
- lib/faye/protocol/socket.rb
#send(message) ⇒ Object
11 12 13 14 15 |
# File 'lib/faye/protocol/socket.rb', line 11 def send() @server.pipe_through_extensions(:outgoing, , @env) do || @socket.send(Faye.to_json([])) if @socket end end |