Hello, again^2. I am using IO.readlines to create an array of strings to use in my code. Unfortunately, each string has an invisible \n I can't seem to get rid of...
If someone can explain to me how I would go about doing this, I would be so greatful.
Peace!
Edit:
Here is the line of code I am using, in case that helps.
type is the next folder, and file is the file...
Peace!^2
If someone can explain to me how I would go about doing this, I would be so greatful.
Peace!
Edit:
Here is the line of code I am using, in case that helps.
Code:
@text = IO.readlines("Data/Interact Data/#{type}/#{@file}")
Peace!^2