Sha256: 10e6c1df2fe73f96df3797e57810e448658a51c830ad5bcac06cfaf5862fb3fa
Contents?: true
Size: 304 Bytes
Versions: 5
Compression:
Stored size: 304 Bytes
Contents
module VagrantPlugins module Libvirt 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
5 entries across 5 versions & 1 rubygems