Sha256: dea07d91240922c65a1d33b2b8ddce1d7784b1ae37774feeb4aa01e2f5e8cb46
Contents?: true
Size: 337 Bytes
Versions: 15
Compression:
Stored size: 337 Bytes
Contents
module VagrantPlugins module Skytap module Action class MessageWillNotDestroy def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_skytap.will_not_destroy", name: env[:machine].name)) @app.call(env) end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems