From: Farrel Lifson Date: 2006-10-10T01:16:55+09:00 Subject: Re: Allow Users On 09/10/06, Acoole Cooland wrote: > Ok so im new to ruby, > > I Want to make it so the person using the application can type a word > and it will turn backwords > > > Thanks, > > -- > Posted via http://www.ruby-forum.com/. > > word = string.gets puts word.reverse Farrel