# File lib/cgikit.rb, line 792
 def create_response
		response = CKResponse.new nil
		response.content = self.to_s
		response
	end