Method: Mechanize::HTTP::Agent#shutdown

Defined in:
lib/mechanize/http/agent.rb

#shutdownObject

Closes all open connections for this agent.

[View source]
435
436
437
# File 'lib/mechanize/http/agent.rb', line 435

def shutdown
  http.shutdown
end