Include autoloader for StringBlockEditor

This commit is contained in:
Chris Roberts 2016-10-29 17:53:45 -07:00
parent 40dc0de665
commit d490bb4b7a
1 changed files with 1 additions and 0 deletions

View File

@ -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