In Ruby, trying to print out the individual elements of a String is giving me trouble. Instead of seeing each character, I\'m seeing their ASCII values instead:
<
@Chris,
That's just how [] and [,] are defined for the String class.
Check out the String API.