# File lib/moped/node.rb, line 369
    def pipeline
      execute(:pipeline) do
        yield(self)
      end
      flush unless executing?(:pipeline)
    end