Module: Nugrant::Vagrant::V2::Action
- Defined in:
- lib/nugrant/vagrant/v2/action.rb,
lib/nugrant/vagrant/v2/action/auto_export.rb
Defined Under Namespace
Classes: AutoExport
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.auto_export ⇒ Object
8 9 10 11 12 |
# File 'lib/nugrant/vagrant/v2/action.rb', line 8 def auto_export @auto_export ||= ::Vagrant::Action::Builder.new.tap do |builder| builder.use Nugrant::Vagrant::V2::Action::AutoExport end end |