Method: Facebooker::Service::TyphoeusMultiService#process

Defined in:
lib/facebooker/service/typhoeus_multi_service.rb

#processObject



22
23
24
25
26
# File 'lib/facebooker/service/typhoeus_multi_service.rb', line 22

def process
  # we need to access all objects to make sure the proxy has made the request
  @result_objects.each(&:nil?)
  @result_objects = []
end