Sha256: 2054207def3a2624dba2a8f2417c39c217f067e1c53c3398020e88ff6408241e
Contents?: true
Size: 410 Bytes
Versions: 40
Compression:
Stored size: 410 Bytes
Contents
require 'vagrant/util/hash_with_indifferent_access' module Vagrant module Action # Represents an action environment which is what is passed # to the `call` method of each action. This environment contains # some helper methods for accessing the environment as well # as being a hash, to store any additional options. class Environment < Util::HashWithIndifferentAccess end end end
Version data entries
40 entries across 40 versions & 6 rubygems