From: James Edward Gray II Date: 2005-12-10T11:44:07+09:00 Subject: Re: Customizing erb's recognized tags On Dec 9, 2005, at 8:33 PM, Larry White wrote: > I need to read in a template file and apply replacements in two steps > - so i can't use the same tags for each pass. > > I don't think string interpolation works on strings read from files > which are single quoted by default. If there's a way around that it > might be ok. I just showed how to use delayed String interpolation on any String. My example was single quoted. Perhaps I don't understand the question. Can you post a trivial example of what you want to work? James Edward Gray II