# File lib/origin/optional.rb, line 40
    def batch_size(value = nil)
      option(value) { |options| options.store(:batch_size, value) }
    end