Hide Gem::MockGemUi. It's only used by tests

This commit is contained in:
Hiroshi SHIBATA 2023-04-18 13:30:21 +09:00
parent d1c42da7a1
commit 7477284043
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ require "tmpdir"
require "uri"
require "zlib"
require "benchmark" # stdlib
require "rubygems/mock_gem_ui"
require_relative "mock_gem_ui"
module Gem
##

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
require_relative "user_interaction"
require "rubygems/user_interaction"
##
# This Gem::StreamUI subclass records input and output to StringIO for