Sha256: 8f1ecdfecffeb53d617a102d0bf0188cc2e31793375bea9d64fe734a2bcc877e

Contents?: true

Size: 329 Bytes

Versions: 254

Compression:

Stored size: 329 Bytes

Contents

module WebMock
  class HttpLibAdapterRegistry
    include Singleton

    attr_accessor :http_lib_adapters

    def initialize
      @http_lib_adapters = {}
    end

    def register(lib, adapter)
      @http_lib_adapters[lib] = adapter
    end

    def each_adapter(&block)
      @http_lib_adapters.each(&block)
    end
  end
end

Version data entries

254 entries across 243 versions & 16 rubygems

Version Path
logstash-output-newrelic-1.2.0 vendor/bundle/jruby/2.5.0/gems/webmock-3.11.2/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
webmock-3.11.2 lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
webmock-3.11.1 lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
vagrant-unbundled-2.2.14.0 vendor/bundle/ruby/2.7.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
webmock-3.11.0 lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
cloudsmith-api-0.54.15 vendor/bundle/ruby/2.6.0/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
webmock-3.10.0 lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
webmock-3.9.5 lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
webmock-3.9.4 lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
cloudsmith-api-0.53.79 vendor/bundle/ruby/2.6.0/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
webmock-3.9.3 lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
webmock-3.9.2 lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
cloudsmith-api-0.53.17 vendor/bundle/ruby/2.6.0/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
cloudsmith-api-0.53.3 vendor/bundle/ruby/2.6.0/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
vagrant-unbundled-2.2.10.0 vendor/bundle/ruby/2.7.0/gems/webmock-2.3.2/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
cloudsmith-api-0.53.1 vendor/bundle/ruby/2.6.0/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
webmock-3.9.1 lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
webmock-3.9.0 lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
cloudsmith-api-0.52.121 vendor/bundle/ruby/2.6.0/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
cloudsmith-api-0.52.92 vendor/bundle/ruby/2.6.0/gems/webmock-1.24.6/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb