# File lib/faraday/adapter/typhoeus.rb, line 6 def self.setup_parallel_manager(options = {}) options.empty? ? ::Typhoeus::Hydra.hydra : ::Typhoeus::Hydra.new(options) end