I\'m just wondering what applications it has. I believe in 1.9 the prefix ? would return the string version of that character.
?a #=> \"a\" ?\\t #=>
You are correct, you get the string value of the characters. It was previously used to get the ASCII value of the characters.