# File lib/cgikit/project/converter.rb, line 46
    def write( path )
      @converters.each do |c|
        c.write(path)
      end
    end