Sha256: 32bc9f58f3ad3b15246eea6e04661cf6591d1ed8c3236fc6cfe2200c39b38430
Contents?: true
Size: 487 Bytes
Versions: 47
Compression:
Stored size: 487 Bytes
Contents
require "fileutils" require_relative "../../../../lib/vagrant/action/general/package_setup_folders" module VagrantPlugins module ProviderVirtualBox module Action class PackageSetupFolders < Vagrant::Action::General::PackageSetupFolders # Doing this so that we can test that the parent is properly # called in the unit tests. alias_method :general_call, :call def call(env) general_call(env) end end end end end
Version data entries
47 entries across 43 versions & 5 rubygems