# File lib/mongo/cursor.rb, line 153 def rewind! close @cache.clear @cursor_id = nil @closed = false @query_run = false @n_received = nil true end