mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/cgi/session.rb: don't use module_function for Class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3c024ba5e2
commit
7dc25230be
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Jun 2 23:05:20 2001 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* lib/cgi/session.rb: don't use module_function for Class.
|
||||
|
||||
Sat Jun 2 00:02:22 2001 Keiju Ishitsuka <keiju@ishitsuka.com>
|
||||
|
||||
* irb messages: fix typos.
|
||||
|
|
|
@ -99,7 +99,6 @@ class CGI
|
|||
def check_id(id)
|
||||
/[^0-9a-zA-Z]/ =~ id.to_s ? false : true
|
||||
end
|
||||
module_function :check_id
|
||||
|
||||
def initialize(session, option={})
|
||||
dir = option['tmpdir'] || ENV['TMP'] || '/tmp'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue