1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Explicitly loading with envutil.rb

This commit is contained in:
Hiroshi SHIBATA 2020-05-28 14:40:24 +09:00
parent f186f2d01d
commit 7473b4c106
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
require 'envutil'
require 'drb/drb'
require 'drb/extservm'
require 'timeout'

View file

@ -1,5 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
require 'envutil'
require 'drb/drb'
require 'drb/eq'