13 14 15
# File 'lib/access/location.rb', line 13 def self.process_batch(chunk) chunk.map { |location| new(location) } end