Sha256: d21c0617838a8e5216acf92af39ae3dadec5895555481842b0d5cc4d6602d2e0
Contents?: true
Size: 428 Bytes
Versions: 56
Compression:
Stored size: 428 Bytes
Contents
require_relative "../../../../lib/vagrant/action/general/package" module VagrantPlugins module ProviderVirtualBox module Action class Package < Vagrant::Action::General::Package # 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
56 entries across 52 versions & 6 rubygems