# File lib/innate/view/etanni.rb, line 28 28: def compile(filename = @filename) 29: temp = @template.strip 30: temp.gsub!(/<\?r\s+(.*?)\s+\?>/, REPLACEMENT) 31: @compiled = eval("Proc.new{ _out_ = [#{CHOMP}]\n#{temp}#{STOP}_out_.join }", 32: nil, @filename) 33: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.