module Typhoeus

def configure

Returns:
  • (Config) - The configuration object.

Other tags:
    Example: Set the configuration options. -
def configure
  yield Config
end