lib/vagrant/plugin/v2/communicator.rb in vagrant-unbundled-2.2.19.0 vs lib/vagrant/plugin/v2/communicator.rb in vagrant-unbundled-2.3.2.0

- old
+ new

@@ -14,9 +14,12 @@ # in this base class. There is currently no way for one communicator # to provide say a more efficient way of uploading a file, but not # provide shell execution. This sort of thing will come in a future # version. class Communicator + + autoload :Remote, "vagrant/plugin/remote/communicator" + # This returns true/false depending on if the given machine # can be communicated with using this communicator. If this returns # `true`, then this class will be used as the primary communication # method for the machine. #