# File lib/yard/templates/template.rb, line 115 def new(*args) obj = Object.new.extend(self) obj.class = self obj.send(:initialize, *args) obj end