Closed dacron closed 5 years ago
File.split(value) does not split the file content in to an array based on the provided value. It splits the provided value in to a two-element array.
The correct function is File.readlines.
File.split(value) does not split the file content in to an array based on the provided value. It splits the provided value in to a two-element array.
The correct function is File.readlines.