16 17 18
# File 'lib/access/spot.rb', line 16 def self.process_batch(chunk) chunk.map { |spot| new(spot) } end