Method: XGen::Mongo::Driver::DB#close
- Defined in:
- lib/mongo/db.rb
#close ⇒ Object
Close the connection to the database.
311 312 313 314 315 316 317 |
# File 'lib/mongo/db.rb', line 311 def close if @socket s = @socket @socket = nil s.close end end |