vaguerent/lib/vagrant/command.rb
Mitchell Hashimoto 43cadfe830 vagrant up
2011-12-17 09:14:05 -08:00

8 lines
130 B
Ruby

module Vagrant
module Command
autoload :Base, 'vagrant/command/base'
autoload :Up, 'vagrant/command/up'
end
end