Hey everyone I'm a 14 year-old beginner in ruby and I discovered that I need to separate strings into arrays for a program that I am making. For example, if I have the string 'abc', I'll want to make it into the array ['a', 'b', 'c']. Is there any way to do this? I am using version 1.8.6, by the way. All help is welcome. Thanks in advance! -- Posted via http://www.ruby-forum.com/.