Sha256: be37e63b36522efa81a1aa003f1178ef8048b36a061d96d298efadd878a3ba17
Contents?: true
Size: 460 Bytes
Versions: 47
Compression:
Stored size: 460 Bytes
Contents
require_relative "../../../../lib/vagrant/action/general/package_setup_files" module VagrantPlugins module ProviderVirtualBox module Action class PackageSetupFiles < Vagrant::Action::General::PackageSetupFiles # 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