Sha256: 88a8f58b11198ce9b596286ae5274be8230f553ba183208b0ad896b2f77d67ca
Contents?: true
Size: 312 Bytes
Versions: 29
Compression:
Stored size: 312 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
29 entries across 29 versions & 1 rubygems