From: "lrlebron@..." Date: 2007-10-05T03:50:07+09:00 Subject: Re: creating a StringIO object On Oct 3, 5:37 am, Venkat Bagam wrote: > Hi all, can any body tell me how to create a StringIO object from an > existing string object. > > my code str = StringIO.new results an error saying that > "uninitialized constant StringIO(NameError)" > > What i sthe problem with the above code > -- > Posted viahttp://www.ruby-forum.com/. You have to require the stringio library require 'stringio'