M
martinus
Hello, I have a mini-ruby quiz. Guess what this line of code writes to
the console, then try it for yourself:
puts "\\".gsub("\\", "\\\\")
Why is that so?
Martin
the console, then try it for yourself:
puts "\\".gsub("\\", "\\\\")
Why is that so?
Martin