* 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:
parent
96e14ad252
commit
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user