Subject: is there a better string.each?
From: Tyler Spivey <tspivey8 telus.net>
Date: Fri, 5 Jul 2002 10:52:19 +0900
well, i have a bit of a problem:
a="canada"
a.each |i|
do something
end
and, it doesn't loop over all the characters. is this normal? if so, how do i loop over all the characters?