Sha256: f98b84b587f2bca4cd07a0a5525654b9343e64da4080d9f184fb3337a0d09977
Contents?: true
Size: 313 Bytes
Versions: 17
Compression:
Stored size: 313 Bytes
Contents
module VagrantPlugins module ProviderLibvirt module Action class MessageNotRunning def initialize(app, _env) @app = app end def call(env) env[:ui].info(I18n.t('vagrant_libvirt.not_running')) @app.call(env) end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems