From: Brian Candler Date: 2011-02-10T04:14:46+09:00 Subject: Re: Proposal: String#interpolate for safe templating Samuel Williams wrote in post #980514: > Does this seem useful? I'm personally working on a template system and > would find such a function very helpful. Of course if this is a programming exercise it's worthwhile for the learning experience, but I hope you realise there are many templating systems already out there :-) First hit for "ruby templating" in google: http://www.hokstad.com/mini-reviews-of-19-ruby-template-engines.html I thought I had come across one which used #{...} style interpolation, but I can't remember where now. I might have been imagining it. -- Posted via http://www.ruby-forum.com/.