# File lib/spring/client/run.rb, line 206 def send_json(socket, data) data = JSON.dump(data) socket.puts data.bytesize socket.write data end