mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
11 lines
197 B
Ruby
11 lines
197 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Bundler
|
|
module Persistent
|
|
module Net
|
|
module HTTP
|
|
end
|
|
end
|
|
end
|
|
end
|
|
require_relative "vendor/net-http-persistent/lib/net/http/persistent"
|