# File lib/typhoeus/adapters/faraday.rb, line 44 def initialize(app, adapter_options = {}) super(app) @adapter_options = adapter_options end