Sha256: 4634619b5d09b6ef5e103884581f9f815e25685b444e23740549a74a03098793

Contents?: true

Size: 394 Bytes

Versions: 4

Compression:

Stored size: 394 Bytes

Contents

require 'nugrant/vagrant/v2/action/auto_export'

module Nugrant
  module Vagrant
    module V2
      module Action
        class << self
          def auto_export
            @auto_export ||= ::Vagrant::Action::Builder.new.tap do |builder|
              builder.use Nugrant::Vagrant::V2::Action::AutoExport
            end
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nugrant-2.1.3 lib/nugrant/vagrant/v2/action.rb
nugrant-2.1.2 lib/nugrant/vagrant/v2/action.rb
nugrant-2.1.1 lib/nugrant/vagrant/v2/action.rb
nugrant-2.1.0 lib/nugrant/vagrant/v2/action.rb