# File lib/cgikit/project/project.rb, line 69 def add_component( name ) @components << ComponentTemplate.new(self, name) end