Module: LineEnding::Ending

Defined in:
lib/line_ending.rb

Constant Summary collapse

Mac =
"\r"
Windows =
"\r\n"
Unix =
"\n"