Libraries
»
weblink
(1.3.0)
»
Index
»
Relay
»
#receive_data
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