Sha256: b380257f4462b5d7368180db18dbb6778498c8ffb5e3c4989f53908fe0d2ff18
Contents?: true
Size: 496 Bytes
Versions: 24
Compression:
Stored size: 496 Bytes
Contents
# typed: strict # 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
24 entries across 24 versions & 3 rubygems