Added implictily require for URI::HTTP

This commit is contained in:
Hiroshi SHIBATA 2020-03-26 20:27:57 +09:00
parent b0b6d0a688
commit b94f50ed91
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -1,5 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
require 'uri/http'
require 'uri/ws'
module URI