Sha256: 4d5ae18befa951a6a56eccb401b2e69bfc74f22d04b2cc7f908dd4cfe4bc1713
Contents?: true
Size: 416 Bytes
Versions: 47
Compression:
Stored size: 416 Bytes
Contents
require_relative "../../../../lib/vagrant/action/general/package" module VagrantPlugins module HyperV 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
47 entries across 43 versions & 5 rubygems