Sha256: 8c564d730bbbf2108c9d0e7ef81136b9ec2f2e4cbf52addb5b412d8ad50d8842
Contents?: true
Size: 316 Bytes
Versions: 31
Compression:
Stored size: 316 Bytes
Contents
module VagrantPlugins module Parallels module Action class MessageNotRunning def initialize(app, env) @app = app end def call(env) env[:ui].info I18n.t("vagrant.commands.common.vm_not_running") @app.call(env) end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems