# File lib/moped/query.rb, line 413
    def tailable
      operation.flags.push(:tailable, :await_data)
      self
    end