lib/mongo/collection/view/readable.rb in mongo-2.2.1 vs lib/mongo/collection/view/readable.rb in mongo-2.2.2
- old
+ new
@@ -118,10 +118,9 @@
# @option options :hint [ Hash ] Override default index selection and force
# MongoDB to use a specific index for the query.
# @option options :limit [ Integer ] Max number of docs to return.
# @option options :max_time_ms [ Integer ] The maximum amount of time to allow the
# command to run.
- # @option options :read [ Hash ] The read preference for this command.
#
# @return [ Integer ] The document count.
#
# @since 2.0.0
def count(options = {})