mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
86560b12ee
commit
5443cf1517
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
Fri Oct 24 16:13:12 2008 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
|
||||
|
||||
* lib/cgi/core.rb (read_multipart): change field value as String
|
||||
from StringIO of Tempfile when multipart parse without file field.
|
||||
add files method that can uploaded files. [ruby-dev:36547]
|
||||
from StringIO or Tempfile when multipart parse except file field.
|
||||
add files method that can get uploaded files. [ruby-dev:36547]
|
||||
|
||||
* test/cgi/test_cgi_multipart.rb: fix the test for core.rb.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue