From d490bb4b7a9e0e3723935188ed3758cfc6f14163 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Sat, 29 Oct 2016 17:53:45 -0700 Subject: [PATCH] Include autoloader for StringBlockEditor --- lib/vagrant/util.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant/util.rb b/lib/vagrant/util.rb index 896b5d7e0..07f3b1802 100644 --- a/lib/vagrant/util.rb +++ b/lib/vagrant/util.rb @@ -9,6 +9,7 @@ module Vagrant autoload :SafeExec, 'vagrant/util/safe_exec' autoload :StackedProcRunner, 'vagrant/util/stacked_proc_runner' autoload :TemplateRenderer, 'vagrant/util/template_renderer' + autoload :StringBlockEditor, 'vagrant/util/string_block_editor' autoload :Subprocess, 'vagrant/util/subprocess' end end