On Sep 14, 2007, at 10:05 AM, Jano Svitok wrote: > On 9/14/07, Ari Brown <ari / aribrown.com> wrote: >> def #{name} &b > - @chain = #{name} > + @chain = "#{name}" >> @file << " # BEGIN rules for chain _#{name.upcase}_\n" >> instance_eval(&b) >> @file << " # END rules for chain _#{name.upcase}_\n" >> @chain = nil >> end This is why I fail at life. But the good thing (for me, at least) is that once I make this mistake, it will almost never happen again. If it does, please don't die in the mean time :-) Thanks a bajillion, ~ Ari English is like a pseudo-random number generator - there are a bajillion rules to it, but nobody cares.