module Restforce::Concerns::BatchAPI

def batch!(&block)

def batch!(&block)
  batch(halt_on_error: true, &block)
end