From: Trans Date: 2006-12-01T06:05:06+09:00 Subject: Re: simple question, looping through each character in a string warhero wrote: > does anyone know how you will accomplish the same thing in ruby 1.9? str.chars.each |c| ... T.