8 lines
109 B
Ruby

module Vagrant
class Action
module Env
autoload :Set, 'vagrant/action/env/set'
end
end
end