From 6cc6b89dcfd29f5cb8c306cf080e3fae4c973314 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 29 Jun 2021 09:57:56 -0700 Subject: [PATCH] Include line buffer util in autoloads --- lib/vagrant/util.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant/util.rb b/lib/vagrant/util.rb index 3eca4daa3..c135dacc2 100644 --- a/lib/vagrant/util.rb +++ b/lib/vagrant/util.rb @@ -26,6 +26,7 @@ module Vagrant autoload :IPV4Interfaces, 'vagrant/util/ipv4_interfaces' autoload :IsPortOpen, 'vagrant/util/is_port_open' autoload :KeyPair, 'vagrant/util/key_pair' + autoload :LineBuffer, 'vagrant/util/line_buffer' autoload :LineEndingHelpers, 'vagrant/util/line_ending_helpers' autoload :LoggingFormatter, 'vagrant/util/logging_formatter' autoload :MapCommandOptions, 'vagrant/util/map_command_options'