# File lib/moped/read_preference/secondary.rb, line 43
      def with_node(cluster, &block)
        with_retry(cluster) do
          cluster.with_secondary(&block)
        end
      end