Method: Mechanize::HTTP::Agent#shutdown
- Defined in:
- lib/mechanize/http/agent.rb
permalink #shutdown ⇒ Object
Closes all open connections for this agent.
435 436 437 | # File 'lib/mechanize/http/agent.rb', line 435 def shutdown http.shutdown end |