зеркало из https://github.com/github/ruby.git
* lib/cgi/session.rb: Fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
96e14ad252
Коммит
3957501d13
|
@ -308,7 +308,7 @@ class CGI
|
|||
@data[key]
|
||||
end
|
||||
|
||||
# Set the session date for key +key+.
|
||||
# Set the session data for key +key+.
|
||||
def []=(key, val)
|
||||
@write_lock ||= true
|
||||
@data ||= @dbman.restore
|
||||
|
|
Загрузка…
Ссылка в новой задаче