Sha256: a85db8a01f65ea8d7766f4aa36cfc0ed6364bc61cc8329fa9e0cbdedd2d76b03
Contents?: true
Size: 335 Bytes
Versions: 63
Compression:
Stored size: 335 Bytes
Contents
module VagrantPlugins module HyperV module Action class StartInstance def initialize(app, env) @app = app end def call(env) env[:ui].output('Starting the machine...') env[:machine].provider.driver.start @app.call(env) end end end end end
Version data entries
63 entries across 56 versions & 8 rubygems