8000 * cgi/session.rb: typo fix. · documenting-ruby/ruby@bde7efb · GitHub
[go: up one dir, main page]

Skip to content

Commit bde7efb

Browse files
author
matz
committed
* cgi/session.rb: typo fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@6712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent d63a2c6 commit bde7efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cgi/session.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def initialize(session, option={})
116116
begin
117117
@f = open(path, "r+")
118118
rescue Errno::ENOENT
119-
@f = File.open(@path, File::CREAT|File::RDWR, 0600)
119+
@f = File.open(path, File::CREAT|File::RDWR, 0600)
120120
end
121121
end
122122

0 commit comments

Comments
 (0)
0