On Thu, 20 Dec 2001, Ron Jeffries wrote:

> On Tue, 18 Dec 2001 13:51:53 -0500, Ron Jeffries
> <ronjeffries / REMOVEacm.org> wrote:
> 
> >Is there a memory stream object in Ruby, analogous to Smalltalk's
> >
> >	ReadStream on: "abcdefghij"?
> >
> >Thanks!
> >
> >Ronald E Jeffries
> >http://www.XProgramming.com
> >http://www.objectmentor.com
> 
> .... he repeated hopefully
> 
I'm not sure he has implemented a String#createStream method but you can
do 

  aString.split("").createStream 

if you use Horst Duchene's Stream extensions. Check out

http://www.hduchene.de/ruby/index.html

Regards,

Robert Feldt