vaguerent/lib/vagrant/communication.rb
2012-01-06 20:07:31 -08:00

8 lines
146 B
Ruby

module Vagrant
module Communication
autoload :Base, 'vagrant/communication/base'
autoload :SSH, 'vagrant/communication/ssh'
end
end