You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the new cr/lf line ending as documented:
set_line_ending Fixy::Record::LINE_ENDING_CRLF
And.... no change to the line endings. Looking into the code a bit, the line ending seems to be held in an instance variable and accessed from a class method, which could explain the problem... and I'm not sure what the intention was, so I'm reporting it rather than trying to fix it. Thanks!
The text was updated successfully, but these errors were encountered:
I tried using the new cr/lf line ending as documented:
set_line_ending Fixy::Record::LINE_ENDING_CRLF
And.... no change to the line endings. Looking into the code a bit, the line ending seems to be held in an instance variable and accessed from a class method, which could explain the problem... and I'm not sure what the intention was, so I'm reporting it rather than trying to fix it. Thanks!
The text was updated successfully, but these errors were encountered: