Sha256: 922fdb210f0a8cb14e6de8462e9a4c6d580383534bed34074af88473b3a1ce81
Contents?: true
Size: 494 Bytes
Versions: 45
Compression:
Stored size: 494 Bytes
Contents
# typed: true # DO NOT EDIT MANUALLY # This file was pulled from a central RBI files repository. # Please run `bin/tapioca annotations` to update it. module Faraday class << self sig { params(url: T.untyped, options: T::Hash[Symbol, T.untyped], block: T.nilable(T.proc.params(connection: Faraday::Connection).void)).returns(Faraday::Connection) } def new(url = nil, options = {}, &block); end end end class Faraday::Response sig { returns(T::Boolean) } def success?; end end
Version data entries
45 entries across 45 versions & 3 rubygems