# File lib/cgikit/project/template.rb, line 142 def write_declaration str = "{\n}\n" File.open(declaration_path, 'w') do |f| f.write(str) end end