mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/cgi/cookie.rb(CGI::Cookie.parse): add require
for standalone require 'cgi/cookie' .[Bug #7997] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
053e85e2be
commit
1f2c3b8aa3
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
require 'cgi/util'
|
||||
class CGI
|
||||
@@accept_charset="UTF-8" unless defined?(@@accept_charset)
|
||||
# Class representing an HTTP cookie.
|
||||
|
|
Loading…
Add table
Reference in a new issue