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