ruby
https://github.com/ruby/ruby
Ruby
The Ruby Programming Language
CGI::Session::FileStore#restore
Restore session state from the session's FileStore file. Returns the session state as a hash.
Edit
git clone [email protected]:ruby/ruby.git
cd ruby
open lib/cgi/session.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-CGI--Session--FileStore-restore-for-pr
# Commit to gitgit add lib/cgi/session.rbgit commit -m "better docs for CGI::Session::FileStore#restore"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-CGI--Session--FileStore-restore-for-pr
hub pull-request
# Celebrate!