From: "debbie@..." Date: 2005-09-10T14:36:31+09:00 Subject: Re: Using Ruby as a preprocessor for another language > % npcs.each do |thug| > The thug's name is: <%= thug.name %> > % end It looks like the % only works if it's at the beginning of the line. It won't work if there's tab characters before it. Is there a way to change this?