Method: WAX#use_non_windows_cr

Defined in:
lib/wax.rb

#use_non_windows_crObject

Uses #@cr for carriage returns which is appropriate on every platform except Windows. Note that this is the default.



561
562
563
# File 'lib/wax.rb', line 561

def use_non_windows_cr
  @cr = NONWINDOWS_CR
end