# File lib/mongo/server.rb, line 180 def disconnect!(wait=false) pool.disconnect! monitor.stop!(wait) @connected = false true end