Turns a message into the wire format.
Parameters:
message to send
Returns:
buffer to be written to the wire
14 15 16
# File 'lib/cod/line_serializer.rb', line 14 def en(msg) msg.to_s + "\n" end