Sha256: 4f16e60569f493d2bcefbd3a01fd624ffcf8bc3a5bad3002942d6f92a366afa5
Contents?: true
Size: 308 Bytes
Versions: 5
Compression:
Stored size: 308 Bytes
Contents
module VagrantPlugins module Libvirt module Action class MessageNotSuspended def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_libvirt.not_suspended")) @app.call(env) end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems