Module FTW::CRLF
In: lib/ftw/crlf.rb
lib/ftw/crlf.rb

This module provides a ‘CRLF’ constant for use with protocols that need it. I find it easier to specify CRLF instead of literal "\r\n"

Constants

CRLF = "\r\n"   carriage-return + line-feed
CRLF = "\r\n"   carriage-return + line-feed

[Validate]