removed batch_size accessor that's overridden by a method anyway

This commit is contained in:
Evgeny Shadchnev 2010-10-27 10:22:47 +01:00 committed by Kyle Banker
parent af0822f476
commit 8c96f5d52f
1 changed files with 1 additions and 1 deletions

View File

@ -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.
#