# File lib/plucky/query.rb, line 235
    def cursor(&block)
      @collection.find(criteria_hash, options_hash, &block)
    end