# File lib/innate/view/etanni.rb, line 23 def compile temp = @template.dup temp.gsub!(/<\?r\s+(.*?)\s+\?>/m, "#{STOP} \\1; #{ADD} #{START}") @compiled = "_out_ = #{START} #{temp} #{STOP} _out_" end