# File lib/templater/actions/template.rb, line 25 def render context = generator.instance_eval 'binding' ERB.new(::File.read(source), nil, '-').result(context) end