From: David Vlad Date: 2010-03-12T05:03:14+09:00 Subject: Re: Each_char Brandon Jones wrote: > what version of ruby are you running? It works for me on 1.9.1 on > windows. Try this: > >> "Hello".each_byte { |x| puts x.chr } Thanks, the example you made works (alto I didnt fully understand it). Im about 95% sure that I am running ruby 1.8.6 since I just used the one-click installer that's on ruby-lang.org. Why dont they have a one-click installer for the latest version of ruby? XD -- Posted via http://www.ruby-forum.com/.