Method: Access::Geolocation.process_batch
- Defined in:
- lib/access/geolocation.rb
.process_batch(chunk) ⇒ Object
12 13 14 |
# File 'lib/access/geolocation.rb', line 12 def self.process_batch(chunk) chunk.map { |geolocation| new(geolocation) } end |