Module: FTW::CRLF

Overview

This module provides a ‘CRLF’ constant for use with protocols that need it. I find it easier to specify CRLF instead of literal “rn”

Constant Summary collapse

CRLF =

carriage-return + line-feed

"\r\n"