# File lib/moped/read_preference/primary.rb, line 53 def with_node(cluster, &block) with_retry(cluster) do cluster.with_primary(&block) end end