# File lib/merb-core/bootloader.rb, line 1095 def run template_paths.each do |path| Merb::Template.inline_template(File.open(path)) end end