From: Taisuke Yamada Date: 2005-04-23T02:34:33+09:00 Subject: Re: Clean way to dynamically expand string with "#{expression}"? Yes, what I was looking for is 'perfect interpolation on demand' that'll work whatever content is in interpolated string. I guess eval("< I guess what Taisuke Yamada want is 'interpolation on demand', as opposed to > interpolation when the string is first read by the ruby interpreter. This is > needed when you want to interpolate strings that are builded from external > sources. This subject was actually already discussed in ruby-talk/129959 > (delayed string interpolation)