# File lib/merb-core/controller/template.rb, line 75 def inline_template(path, mod = Merb::InlineTemplates) path = File.expand_path(path) METHOD_LIST[path.gsub(/\.[^\.]*$/, "")] = engine_for(path).compile_template(path, template_name(path), mod) end