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:
<
I believe this is changing in Ruby 1.9 such that "asdf"[2] yields "d" rather than the character code