removed batch_size accessor that's overridden by a method anyway
This commit is contained in:
parent
af0822f476
commit
8c96f5d52f
|
@ -23,7 +23,7 @@ module Mongo
|
|||
|
||||
attr_reader :collection, :selector, :fields,
|
||||
:order, :hint, :snapshot, :timeout,
|
||||
:full_collection_name, :batch_size
|
||||
:full_collection_name
|
||||
|
||||
# Create a new cursor.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue