Method: Neoid.batch

Defined in:
lib/neoid.rb

.batch(options = {}, &block) ⇒ Object



68
69
70
# File 'lib/neoid.rb', line 68

def batch(options={}, &block)
  Neoid::Batch.new(options, &block).run
end