# File lib/moped/node.rb, line 217
    def ensure_primary
      execute(:ensure_primary) do
        yield(self)
      end
    end