Method: Evinrude::Network::Connection#send_reply

Defined in:
lib/evinrude/network/connection.rb

#send_reply(msg) ⇒ Object



95
96
97
# File 'lib/evinrude/network/connection.rb', line 95

def send_reply(msg)
	@socket.write(frame(box(msg.to_yaml)))
end