# File lib/moped/cluster.rb, line 70
    def disconnect
      nodes.each { |node| node.disconnect } and true
    end