174 175 176 177 178 179
# File 'lib/hdb/hdb.rb', line 174 def closeConnection() self.disconnect() if @connection @connection = nil end