S
Shef
I'm trying to open a file with variables encased inside the
interpolation operator, but when I open the file it escapes the #
character. I try and gsub it but it reinserts the escape character
anyway. Is there anyway to make ruby ignore the # character so I can
use variables in files?
interpolation operator, but when I open the file it escapes the #
character. I try and gsub it but it reinserts the escape character
anyway. Is there anyway to make ruby ignore the # character so I can
use variables in files?