12 13 14
# File 'lib/simp.rb', line 12 def render(file_name) eval Erubi::Engine.new(File.read("#{file_name}.html.erb")).src end