mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/cgi.rb (CGI#header): accept any type as value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2806af3ec1
commit
6a5724f9b3
2 changed files with 5 additions and 1 deletions
|
@ -486,7 +486,7 @@ status:
|
|||
end
|
||||
|
||||
options.each{|key, value|
|
||||
buf += key + ": " + value + EOL
|
||||
buf += key + ": " + value.to_s + EOL
|
||||
}
|
||||
|
||||
if defined?(MOD_RUBY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue