vaguerent/lib/vagrant/command.rb

6 lines
90 B
Ruby

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