Method: Relay#receive_data

Defined in:
lib/relay.rb

#receive_data(data) ⇒ Object



60
61
62
# File 'lib/relay.rb', line 60

def receive_data(data)
  @ws.send_binary(data)
end