From: Ari Brown Date: 2007-08-06T23:33:10+09:00 Subject: Re: Can not puts '\c' in irb You need to use double quotes " " instead of single quotes ' ' because you're dealing with an escape sequence (I assume). But this is just my random guess at the solution to your problem... so..... keep it ruby :-) On Aug 6, 2007, at 9:26 AM, Ronald Fischer wrote: > irb 0.9.5 for Windows: > > irb(main):016:0> puts '\c' > irb(main):017:0' > > i.e. irb expects a continuation line. Guess this is a bug? > > In case someone has a more recent release of irb, does this still > occur in the newer one? > > Ronald Fischer > > -- > Ronald Fischer > Phone: +49-89-452133-162 > > ---------------------------------------------------------------| ~Ari "I don't suffer from insanity. I enjoy every minute of it" --1337est man alive