Template::Handler
# File lib/action_view/template/handlers/builder.rb, line 8 8: def compile(template) 9: require 'builder' 10: "xml = ::Builder::XmlMarkup.new(:indent => 2);" + 11: "self.output_buffer = xml.target!;" + 12: template.source + 13: ";xml.target!;" 14: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.