From: Bill Atkins Date: 2004-10-28T07:45:48+09:00 Subject: Re: Another erb Question So, is the conclusion that puts's and print's in ERB source will go to STDOUT? Is there a way to have their output added to the ERB result? This seems like an important behavior to support. Bill On Thu, 28 Oct 2004 06:55:51 +0900, James Edward Gray II wrote: > On Oct 27, 2004, at 4:25 PM, Jamis Buck wrote: > > > I've used it in the past to allow multiple ERB instances to be run > > simultaneously within the same binding (ie, recursively). > > My thanks to you both, Jamis and Dave. > > James Edward Gray II > >