# File lib/merb-core/controller/template.rb, line 71 def template_for(path, template_stack = [], locals=[]) path = File.expand_path(path) if needs_compilation?(path, locals) template_io = load_template_io(path) METHOD_LIST[path] = inline_template(template_io, locals) if template_io end METHOD_LIST[path] end