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:
parent
f186f2d01d
commit
7473b4c106
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# frozen_string_literal: false
|
||||
require 'test/unit'
|
||||
require 'envutil'
|
||||
require 'drb/drb'
|
||||
require 'drb/extservm'
|
||||
require 'timeout'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# frozen_string_literal: false
|
||||
require 'test/unit'
|
||||
require 'envutil'
|
||||
|
||||
require 'drb/drb'
|
||||
require 'drb/eq'
|
||||
|
|
Loading…
Add table
Reference in a new issue