class Faraday::Adapter::Typhoeus

This class is just a stub, the real adapter is in github.com/philsturgeon/typhoeus/blob/master/lib/typhoeus/adapters/faraday.rb

Public Instance Methods

call() click to toggle source

Needs to define this method in order to support Typhoeus <= 1.3.0

# File lib/faraday/adapter/typhoeus.rb, line 6
def call; end