-----Original Message-----
From: list-bounce@example.com
[mailto:list-bounce@example.com] On Behalf Of Venkat Bagam
Sent: Wednesday, October 03, 2007 3:37 AM
To: ruby-talk ML
Subject: creating a StringIO object
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)"