Module: HTTP
- Defined in:
- lib/http-session.rb,
lib/http/session/version.rb
Defined Under Namespace
Classes: Session
Class Method Summary collapse
-
.session(default_options = {}) ⇒ Session
A new instance of Session.
Class Method Details
.session(default_options = {}) ⇒ Session
Returns a new instance of Session.
11 12 13 |
# File 'lib/http-session.rb', line 11 def session( = {}) HTTP::Session.new() end |