# File lib/cgikit/project/template.rb, line 118 def script_path name = "#@name.rb" if @project_name then name else File.join(@project.component_path, name) end end