Sha256: 80569a962794bbbe25a56dc63d9f4bda2940f9eed54f5ac66a0b66ff6e589dee
Contents?: true
Size: 436 Bytes
Versions: 11
Compression:
Stored size: 436 Bytes
Contents
module VagrantPlugins module ProviderVirtualBox module Action class MessageSnapshotNotCreated def initialize(app, env) @app = app end def call(env) env[:ui].info I18n.t("vagrant_snap.actions.vm.snapshot_not_created") @app.call(env) end end end end end
Version data entries
11 entries across 11 versions & 2 rubygems