Add Experimental to Util autoload entries

This commit is contained in:
Chris Roberts 2019-03-04 13:25:16 -08:00
parent 9f8d883852
commit 8aa0fd9445
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ module Vagrant
autoload :DeepMerge, 'vagrant/util/deep_merge'
autoload :Env, 'vagrant/util/env'
autoload :HashWithIndifferentAccess, 'vagrant/util/hash_with_indifferent_access'
autoload :Experimental, 'vagrant/util/experimental'
autoload :GuestInspection, 'vagrant/util/guest_inspection'
autoload :Logger, 'vagrant/util/logger'
autoload :LoggingFormatter, 'vagrant/util/logging_formatter'