From 42fbe19fa8fdd8d67902a95f8e9ff1518867a9ee Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 2 Aug 2017 15:10:38 +0000 Subject: Fix cgi/core code example missing comma ref https://github.com/rurema/doctree/pull/448 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/cgi/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cgi/core.rb b/lib/cgi/core.rb index 5895cf8541..1b5f7ed390 100644 --- a/lib/cgi/core.rb +++ b/lib/cgi/core.rb @@ -153,7 +153,7 @@ class CGI # "language" => "ja", # "expires" => Time.now + 30, # "cookie" => [cookie1, cookie2], - # "my_header1" => "my_value" + # "my_header1" => "my_value", # "my_header2" => "my_value") # # This method does not perform charset conversion. -- cgit v1.2.3