Sha256: 1cc32a9ab6ba52233c29298d7be1d219d3295534a4528451d758769a9795561d
Contents?: true
Size: 317 Bytes
Versions: 17
Compression:
Stored size: 317 Bytes
Contents
module VagrantPlugins module ProviderLibvirt 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
17 entries across 17 versions & 1 rubygems