DEV Community

Discussion on: TCP chat app with ruby

Collapse
 
piotrmurach profile image
Piotr Murach • Edited

This is a great intro to sockets in Ruby! May I suggest a small improvement to make it easier to read code examples. In markdown, you can add a language to highlight syntax in code blocks after the 3 marks say ruby, for example:

TCPServer.new
Collapse
 
sushant12 profile image
Sushant Bajracharya

thanks.