Sha256: f345cf24219ad3744f171bf06e32283d53a91d689f42fcbc1b54f3f326c8ca25
Contents?: true
Size: 325 Bytes
Versions: 82
Compression:
Stored size: 325 Bytes
Contents
module VagrantPlugins module ProviderVirtualBox 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
82 entries across 75 versions & 13 rubygems