class Trenni::Template

def to_proc(scope = @binding.dup)

def to_proc(scope = @binding.dup)
	@compiled_proc ||= eval("\# frozen_string_literal: true\nproc{|#{OUT}|;#{code}}", scope, @buffer.path, 0).freeze
end