Method: Mechanize::HTTP::Agent#shutdown

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

#shutdownObject

Closes all open connections for this agent.


446
447
448
# File 'lib/mechanize/http/agent.rb', line 446

def shutdown
  http.shutdown
end