batch_size()
The size of the batches yielded by the BatchEnumerator.
# File activerecord/lib/active_record/relation/batches/batch_enumerator.rb, line 27 def batch_size @of end