From: Wybo Dekker Date: 2005-12-11T21:36:17+09:00 Subject: Re: erb and scope On Sun, 11 Dec 2005, Stefan Lang wrote: > > puts ERB.new(FOO).result > > replace above line with: > > puts ERB.new(FOO).result(binding) That helps (although I don't understand it yet, but I'll find out), thanks! -- Wybo